public abstract class SimpleCondition extends AbstractCondition
Constructor and Description |
---|
SimpleCondition() |
Modifier and Type | Method and 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, or
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public 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.Copyright © 2013. All rights reserved.