public interface FieldValueInConstraint extends FieldConstraint
This corresponds to the use of "in (...)" in SQL SELECT-syntax.
| Modifier and Type | Method and Description |
|---|---|
SortedSet<Object> |
getValues()
Gets the list of values that is specified for this constraint.
|
String |
toString()
Returns a string representation of this FieldValueInConstraint.
|
getField, isCaseSensitive, matchesequals, getBasicSupportLevel, hashCode, isInverse, setUnmodifiableSortedSet<Object> getValues()
String toString()
isInverse()
FieldConstraint#getField().getAlias()
isCaseSensitive()
getValues()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}