|
|||||||||
| 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 | |
java.lang.String |
getLowerLimit()
Gets the value of the lower limit of the range specified for this constraint, represented by a string. |
java.lang.String |
getUpperLimit()
Gets the value of the upper limit of the range specified for this constraint, represented by a string. |
java.lang.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 java.lang.String getLowerLimit()
A numerical value is represented by a string using the standard floating point format. An integral numerical value, however, is represented by a string using the standard integer format, i.e. without the decimal point (e.g. "123" instead of "123.0").
public java.lang.String getUpperLimit()
A numerical value is represented by a string using the standard floating point format. An integral numerical value, however, is represented by a string using the standard integer format, i.e. without the decimal point (e.g. "123" instead of "123.0").
public java.lang.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 | ||||||||