|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A constraint that restricts the value of a stepfield to be in a specified range of values (numerical or string).
This corresponds to the use of "between ... and ..." in SQL SELECT-syntax.
| Method Summary | |
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. |
| Methods inherited from interface org.mmbase.storage.search.FieldConstraint |
getField, isCaseSensitive |
| Methods inherited from interface org.mmbase.storage.search.Constraint |
equals, getBasicSupportLevel, hashCode, isInverse |
| Method Detail |
public Object getLowerLimit()
public Object getUpperLimit()
public String toString()
isInverse()
FieldConstraint#getField().getAlias()
isCaseSensitive()
getValues()
getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||