Uses of Enum Class
cool.scx.data.query.ConditionType
Packages that use ConditionType
-
Uses of ConditionType in cool.scx.data.query
Subclasses with type arguments of type ConditionType in cool.scx.data.queryMethods in cool.scx.data.query that return ConditionTypeModifier and TypeMethodDescriptionCondition.conditionType()static ConditionTypeReturns the enum constant of this class with the specified name.static ConditionType[]ConditionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.scx.data.query with parameters of type ConditionTypeModifier and TypeMethodDescriptionstatic ConditionQueryBuilder.condition(String fieldName, ConditionType conditionType, Object value, BuildControl... controls) static ConditionQueryBuilder.condition(String fieldName, ConditionType conditionType, Object value1, Object value2, BuildControl... controls) Constructors in cool.scx.data.query with parameters of type ConditionTypeModifierConstructorDescriptionCondition(String selector, ConditionType conditionType, Object value1, Object value2, boolean useExpression, boolean useExpressionValue, SkipIfInfo skipIfInfo)