|
|||||||||
| 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 list of values.
This corresponds to the use of "in (...)" in SQL SELECT-syntax.
| Method Summary | |
java.util.SortedSet |
getValues()
Gets the list of values that is specified for this constraint, the values being represented by strings. |
java.lang.String |
toString()
Returns a string representation of this FieldValueInConstraint. |
| 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.util.SortedSet getValues()
Numerical values are represented by strings using the standard floating point format. Integral numerical values, however, are represented by strings 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||