|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.storage.search.implementation.BasicConstraint
Basic implementation.
| Constructor Summary | |
protected |
BasicConstraint()
Default constructor. |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this constraint to the specified object. |
int |
getBasicSupportLevel()
Tests if this constraint is supported by the basic queryhandler. |
int |
hashCode()
|
boolean |
isInverse()
Tests if the condition must be inverted. |
BasicConstraint |
setInverse(boolean inverse)
Sets inverse. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected BasicConstraint()
| Method Detail |
public BasicConstraint setInverse(boolean inverse)
BasicConstraint instance.public boolean isInverse()
ConstraintThis corresponds to the use of NOT in a WHERE-clause in SQL SELECT-syntax.
isInverse in interface Constraintpublic int getBasicSupportLevel()
Constraint
getBasicSupportLevel in interface Constraintpublic 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 Constraintpublic int hashCode()
hashCode in interface Constraint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||