|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface FieldValueBetweenConstraint
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, matches |
| Methods inherited from interface org.mmbase.storage.search.Constraint |
|---|
equals, getBasicSupportLevel, hashCode, isInverse, setUnmodifiable |
| Method Detail |
|---|
Object getLowerLimit()
Object getUpperLimit()
String toString()
isInverse()
FieldConstraint#getField().getAlias()
isCaseSensitive()
getValues()
getValues()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||