|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.fatwire.assetapi.query.SimpleCondition
public class SimpleCondition
This class contains a sample simple implementation for Condition interface.
| Constructor Summary | |
|---|---|
SimpleCondition(ConditionExpression ce)
|
|
| Method Summary | |
|---|---|
Condition |
and(Condition input)
Joins (Conjunction) a given Condition with this Condition |
ConditionExpression |
getExpression()
Returns ConditionExpression this Condition represents |
JoinTypeEnum |
getJoinType()
Returns the nesting type associated with the condition |
Condition |
getLeftCondition()
Returns the left hand side of joined condition |
Condition |
getRightCondition()
Returns the right hand side of joined condition |
Condition |
or(Condition input)
Joins (Disjunction) a given Condition with this Condition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCondition(ConditionExpression ce)
| Method Detail |
|---|
public JoinTypeEnum getJoinType()
Condition
getJoinType in interface Conditionpublic Condition getLeftCondition()
Condition
getLeftCondition in interface Conditionpublic Condition getRightCondition()
Condition
getRightCondition in interface Conditionpublic ConditionExpression getExpression()
Condition
getExpression in interface Conditionpublic Condition and(Condition input)
Condition
and in interface Conditioninput - Condition to be joined
public Condition or(Condition input)
Condition
or in interface Conditioninput - Condition to be joined
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||