|
|||||||||
| 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.BasicFieldNullConstraint
Basic implementation.
| Constructor Summary | |
BasicFieldNullConstraint(StepField field)
Constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this constraint to the specified object. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a string representation of this FieldNullConstraint. |
| Methods inherited from class org.mmbase.storage.search.implementation.BasicFieldConstraint |
getField, 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 BasicFieldNullConstraint(StepField field)
field - The associated field.
java.lang.IllegalArgumentException - when an invalid argument is supplied.| Method Detail |
public boolean equals(java.lang.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 java.lang.String toString()
FieldNullConstraintisInverse()
FieldConstraint#getField().getAlias()
isCaseSensitive()
toString in interface FieldNullConstraint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||