|
||||||||||
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.Not
public class Not
The Not
condition implements the NOT operator.
Constructor Summary | |
---|---|
Not()
Creates a new instance of Not . |
|
Not(ICondition pCondition)
Creates a new instance of Not . |
Method Summary | |
---|---|
ICondition |
getCondition()
Returns the ICondition to negate. |
boolean |
isFulfilled(IDataRow pDataRow)
Returns true, if the ICondition is fulfilled. |
Methods inherited from class javax.rad.model.condition.BaseCondition |
---|
and, clone, or, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Not()
Not
.
public Not(ICondition pCondition)
Not
. The condition negates another
ICondition
.
pCondition
- condition to negateMethod Detail |
---|
public boolean isFulfilled(IDataRow pDataRow)
ICondition
is fulfilled.
pDataRow
- the IDataRow
to use for the check of this ICondition
.
ICondition
is fulfilled.public ICondition getCondition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |