Uses of Enum Class
de.espirit.or.query.Constraint.Type
-
Uses of Constraint.Type in de.espirit.or.query
Modifier and TypeMethodDescriptionabstract Constraint.Type
AbstractConstraint.getType()
Return thetype
of this constraint.And.getType()
The type of this constraint:AND
Constraint.getType()
Returns the type of this constraint.Equal.getType()
The type of this constraint:EQUAL
GreaterThan.getType()
The typeBIGGER
GreaterThanEqual.getType()
The typeBIGGER_OR_EQUAL
In.getType()
The type of this constraint:IN
IsNotNull.getType()
The typeNOT_NULL
IsNull.getType()
The typeIS_NULL
LessThan.getType()
The typeSMALLER
LessThanEqual.getType()
The typeSMALLER_OR_EQUAL
Like.getType()
The type of this constraint:PATTERN
NotEqual.getType()
The type of this constraint:NOT_EQUAL
Or.getType()
The type of this constraint:OR
static Constraint.Type
Returns the enum constant of this class with the specified name.static Constraint.Type[]
Constraint.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.