Condition, QueryObjectpublic abstract class SimpleCondition extends AbstractCondition
| Constructor | Description |
|---|---|
SimpleCondition() |
| Modifier and Type | Method | Description |
|---|---|---|
Expression |
getExpression() |
Get expression to test.
|
boolean |
isNot() |
Does test result get inverted?
|
Condition |
not() |
NOT condition of condition query object.
|
void |
setExpression(Expression expression) |
Set expression to test.
|
void |
setNot(boolean not) |
Set if test result has to be inverted.
|
and, ortoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic final Condition not()
public final boolean isNot()
true if test result gets inverted, false otherwise.public final void setNot(boolean not)
not - true if test result gets inverted, false otherwise.public final Expression getExpression()
public final void setExpression(Expression expression)
expression - Expression to test.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com