public interface FieldValueBetweenConstraint extends FieldConstraint
This corresponds to the use of "between ... and ..." in SQL SELECT-syntax.
| Modifier and Type | Method and Description |
|---|---|
Object |
getLowerLimit()
Gets the value of the lower limit of the range specified for this
constraint.
|
Object |
getUpperLimit()
Gets the value of the upper limit of the range specified for this
constraint.
|
String |
toString()
Returns a string representation of this FieldValueBetweenConstraint.
|
getField, isCaseSensitive, matchesequals, getBasicSupportLevel, hashCode, isInverse, setUnmodifiableObject getLowerLimit()
Object getUpperLimit()
String toString()
isInverse()
FieldConstraint#getField().getAlias()
isCaseSensitive()
getValues()
getValues()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}