|
||||||||||
| 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.Or
public class Or
The Or condition implements the OR operator.
| Constructor Summary | |
|---|---|
Or()
Creates a new instance of Or. |
|
Or(ICondition... pConditions)
Creates a new instance of Or. |
|
| 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 Or()
Or.
public Or(ICondition... pConditions)
Or. The condition concatinates
two ICondition objects with an OR 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 | |||||||||