|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.acmsl.queryj.Condition
Represents conditions.
Constructor Summary | |
Condition()
Creates a condition. |
Method Summary | |
Condition |
and(Condition condition)
Requests AND evaluation with given condition. |
protected Condition |
getInnerCondition()
Retrieves the inner condition. |
Condition |
or(Condition condition)
Requests OR evaluation with given condition. |
protected void |
setInnerCondition(Condition condition)
Specifies a new condition collection. |
java.lang.String |
toString()
Outputs a text version of the condition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Condition()
Method Detail |
protected void setInnerCondition(Condition condition)
protected Condition getInnerCondition()
public Condition or(Condition condition)
condition
- the condition to evaluate.
public Condition and(Condition condition)
condition
- the condition to evaluate.
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |