|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.acmsl.queryj.ConditionOperator
Represents operators used inside conditions.
Constructor Summary | |
ConditionOperator(java.lang.String symbol)
Creates a operator using given information. |
Method Summary | |
boolean |
equals(java.lang.Object candidate)
Checks if given object is logically equal to this one. |
java.lang.String |
getSymbol()
Retrieves the operator symbol. |
protected void |
setSymbol(java.lang.String symbol)
Specifies the operator symbol. |
java.lang.String |
toString()
Retrieves a text version of the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConditionOperator(java.lang.String symbol)
symbol
- the operator symbol.Method Detail |
protected void setSymbol(java.lang.String symbol)
symbol
- the symbol.public java.lang.String getSymbol()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object candidate)
equals
in class java.lang.Object
candidate
- the object to check.
true
if both objects are logically equal.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |