|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A constaint on the search results.
This corresponds to constraints in a WHERE-clause in SQL SELECT-syntax.
| 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. |
| Method Detail |
public boolean isInverse()
This corresponds to the use of NOT in a WHERE-clause in SQL SELECT-syntax.
public int getBasicSupportLevel()
public boolean equals(java.lang.Object obj)
true if and only if the argument is a non-null
Constraint object representing the same constraint(s).
obj - The object to compare with.
true if the objects are equal,
false otherwise.public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||