public interface FieldCompareConstraint extends FieldConstraint
This corresponds with comparison operators <, =, > and LIKE in SQL SELECT-syntax.
| Modifier and Type | Field and Description |
|---|---|
static int |
EQUAL
Operator 'equal'
|
static int |
GREATER
Operator 'greater than'
|
static int |
GREATER_EQUAL
Operator 'greater than or equal'
|
static int |
LESS
Operator 'less than'
|
static int |
LESS_EQUAL
Operator 'less than or equal'
|
static int |
LIKE
Operator 'like'
|
static int |
NOT_EQUAL
Operator 'not equal'
|
static String[] |
OPERATOR_DESCRIPTIONS
Operator descriptions corresponding to the operator values:
LESS, LESS_EQUAL, EQUAL, NOT_EQUAL,
GREATER, GREATER_EQUAL, and LIKE |
static int |
REGEXP |
| Modifier and Type | Method and Description |
|---|---|
int |
getOperator()
Gets the operator used to compare values.
|
getField, isCaseSensitive, matchesequals, getBasicSupportLevel, hashCode, isInverse, setUnmodifiablestatic final int LESS
static final int LESS_EQUAL
static final int EQUAL
static final int NOT_EQUAL
static final int GREATER
static final int GREATER_EQUAL
static final int LIKE
static final int REGEXP
static final String[] OPERATOR_DESCRIPTIONS
LESS, LESS_EQUAL, EQUAL, NOT_EQUAL,
GREATER, GREATER_EQUAL, and LIKEMMBase 1.9-SNAPSHOT - ${javadoctimestamp}