|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.query.object.AbstractQueryObject
org.castor.cpa.query.object.condition.AbstractCondition
org.castor.cpa.query.object.condition.CompoundCondition
org.castor.cpa.query.object.condition.Or
public final class Or
Final class that represents or compound condition.
| Constructor Summary | |
|---|---|
Or()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getOperator()
Get operator of the compound condition. |
Condition |
or(Condition condition)
OR condition of condition query object. |
| Methods inherited from class org.castor.cpa.query.object.condition.CompoundCondition |
|---|
addAllConditions, addCondition, getConditions, not, toString |
| Methods inherited from class org.castor.cpa.query.object.condition.AbstractCondition |
|---|
and |
| Methods inherited from class org.castor.cpa.query.object.AbstractQueryObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Or()
| Method Detail |
|---|
protected java.lang.String getOperator()
getOperator in class CompoundConditionpublic Condition or(Condition condition)
or in interface Conditionor in class AbstractConditioncondition - The condition
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||