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.Constructors in cool.scx.data.query with parameters of type ConditionTypeModifierConstructorDescriptionCondition(String selector, ConditionType conditionType, Object value1, Object value2, BuildControl... controls) Condition(String selector, ConditionType conditionType, Object value1, Object value2, BuildControlInfo info)