All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.pms.medialibrary.commons.enumarations.ConditionOperator Maven / Gradle / Ivy

package net.pms.medialibrary.commons.enumarations;

public enum ConditionOperator {
	UNKNOWN,
	IS,
	IS_NOT,
	CONTAINS,
	DOES_NOT_CONTAIN,
	STARTS_WITH,
	DOES_NOT_START_WITH,
	ENDS_WITH,
	DOES_NOT_END_WITH,
	IS_GREATER_THAN,
	IS_LESS_THAN,
	IS_AFTER,
	IS_BEFORE,
	IS_IN_THE_LAST_SEC,
	IS_NOT_IN_THE_LAST_SEC,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy