|
||||||||
| 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.And
public final class And
Final class that represents and compound condition.
| Constructor Summary | |
|---|---|
And()
|
|
| Method Summary | |
|---|---|
Condition |
and(Condition condition)
AND condition of condition query object. |
protected java.lang.String |
getOperator()
Get operator of the compound condition. |
| 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 |
|---|
or |
| 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 And()
| Method Detail |
|---|
protected java.lang.String getOperator()
getOperator in class CompoundConditionpublic Condition and(Condition condition)
and in interface Conditionand in class AbstractConditioncondition - The condition
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||