Uses of Class
de.jaggl.sqlbuilder.core.conditions.GenericCondition.GenericConditionType
-
Packages that use GenericCondition.GenericConditionType Package Description de.jaggl.sqlbuilder.core.conditions -
-
Uses of GenericCondition.GenericConditionType in de.jaggl.sqlbuilder.core.conditions
Methods in de.jaggl.sqlbuilder.core.conditions that return GenericCondition.GenericConditionType Modifier and Type Method Description static GenericCondition.GenericConditionTypeGenericCondition.GenericConditionType. valueOf(String name)Returns the enum constant of this type with the specified name.static GenericCondition.GenericConditionType[]GenericCondition.GenericConditionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.jaggl.sqlbuilder.core.conditions with parameters of type GenericCondition.GenericConditionType Constructor Description GenericCondition(GenericCondition.GenericConditionType type, Object... values)
-