|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.model.condition.BaseCondition
javax.rad.model.condition.OperatorCondition
javax.rad.model.condition.And
public class And
The And condition implements the AND operator.
| Constructor Summary | |
|---|---|
And()
Creates a new instance of And. |
|
And(ICondition... pConditions)
Creates a new instance of And. |
|
| Method Summary | |
|---|---|
boolean |
isFulfilled(IDataRow pDataRow)
Returns true, if the ICondition is fulfilled. |
| Methods inherited from class javax.rad.model.condition.OperatorCondition |
|---|
add, clone, getConditions, remove, setConditions |
| Methods inherited from class javax.rad.model.condition.BaseCondition |
|---|
and, or, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public And()
And.
public And(ICondition... pConditions)
And. The condition concatinates
two ICondition objects with an AND operation.
pConditions - operands to set| Method Detail |
|---|
public boolean isFulfilled(IDataRow pDataRow)
ICondition is fulfilled.
pDataRow - the IDataRow to use for the check of this ICondition.
ICondition is fulfilled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||