Package | Description |
---|---|
de.espirit.or.query |
Modifier and Type | Method and Description |
---|---|
abstract Constraint.Type |
AbstractConstraint.getType()
Return the
type of this constraint. |
Constraint.Type |
And.getType()
The type of this constraint:
AND |
Constraint.Type |
Constraint.getType()
Returns the type of this constraint.
|
Constraint.Type |
Equal.getType()
The type of this constraint:
EQUAL |
Constraint.Type |
GreaterThan.getType()
The type
BIGGER |
Constraint.Type |
GreaterThanEqual.getType()
The type
BIGGER_OR_EQUAL |
Constraint.Type |
In.getType()
The type of this constraint:
IN |
Constraint.Type |
IsNotNull.getType()
The type
NOT_NULL |
Constraint.Type |
IsNull.getType()
The type
IS_NULL |
Constraint.Type |
LessThan.getType()
The type
SMALLER |
Constraint.Type |
LessThanEqual.getType()
The type
SMALLER_OR_EQUAL |
Constraint.Type |
Like.getType()
The type of this constraint:
PATTERN |
Constraint.Type |
NotEqual.getType()
The type of this constraint:
NOT_EQUAL |
Constraint.Type |
Or.getType()
The type of this constraint:
OR |
static Constraint.Type |
Constraint.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constraint.Type[] |
Constraint.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210