|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.storage.search.implementation.BasicConstraint
org.mmbase.storage.search.implementation.BasicFieldConstraint
org.mmbase.storage.search.implementation.BasicFieldValueInConstraint
Basic implementation.
| Constructor Summary | |
BasicFieldValueInConstraint(StepField field)
Constructor. |
|
| Method Summary | |
BasicFieldValueInConstraint |
addValue(Object value)
Adds value. |
boolean |
equals(Object obj)
Compares this constraint to the specified object. |
SortedSet |
getValues()
Gets the list of values that is specified for this constraint. |
int |
hashCode()
|
String |
toString()
Returns a string representation of this FieldValueInConstraint. |
| Methods inherited from class org.mmbase.storage.search.implementation.BasicFieldConstraint |
getField, getFieldName, isCaseSensitive, setCaseSensitive |
| Methods inherited from class org.mmbase.storage.search.implementation.BasicConstraint |
getBasicSupportLevel, isInverse, setInverse |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.mmbase.storage.search.FieldConstraint |
getField, isCaseSensitive |
| Methods inherited from interface org.mmbase.storage.search.Constraint |
getBasicSupportLevel, isInverse |
| Constructor Detail |
public BasicFieldValueInConstraint(StepField field)
field - The associated field.| Method Detail |
public BasicFieldValueInConstraint addValue(Object value)
value - The value.
BasicFieldValueInConstraint instance.
IllegalArgumentException - when an invalid argument is supplied.FieldValueInConstraint.getValues()public SortedSet getValues()
FieldValueInConstraint
getValues in interface FieldValueInConstraintpublic boolean equals(Object obj)
Constrainttrue if and only if the argument is a non-null
Constraint object representing the same constraint(s).
equals in interface Constraintequals in class BasicFieldConstraintpublic int hashCode()
hashCode in interface ConstrainthashCode in class BasicFieldConstraintpublic String toString()
FieldValueInConstraintisInverse()
FieldConstraint#getField().getAlias()
isCaseSensitive()
getValues()
toString in interface FieldValueInConstrainttoString in class BasicFieldConstraint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||