Class Or
- java.lang.Object
-
- org.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
-
- All Implemented Interfaces:
Condition
,QueryObject
public final class Or extends CompoundCondition
Final class that represents or compound condition.- Since:
- 1.3
- Version:
- $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
-
-
Constructor Summary
Constructors Constructor Description Or()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getOperator
protected java.lang.String getOperator()
Get operator of the compound condition.- Specified by:
getOperator
in classCompoundCondition
- Returns:
- Operator of the compound condition.
-
-