public interface FieldValueConstraint extends FieldCompareConstraint
This corresponds with comparison operators <, =, > and LIKE in SQL SELECT-syntax.
EQUAL, GREATER, GREATER_EQUAL, LESS, LESS_EQUAL, LIKE, NOT_EQUAL, OPERATOR_DESCRIPTIONS, REGEXP| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Gets the value to compare with.
|
String |
toString()
Returns a string representation of this FieldValueConstraint.
|
getOperatorgetField, isCaseSensitive, matchesequals, getBasicSupportLevel, hashCode, isInverse, setUnmodifiableObject getValue()
String or Number.
If the associated field type is of string type, when used in
combination with the operator LIKE, this may contain the
following wildcard characters as well:
String toString()
isInverse()
FieldConstraint#getField().getAlias(), or
FieldConstraint#getField().getFieldName()
when the former is null.
isCaseSensitive()
getValue()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}