public abstract class BaseInCondition extends Condition implements Predicate
| Constructor and Description |
|---|
BaseInCondition(Expression leftExpression,
boolean negated) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeftExpression()
Get left expression of IN criteria
|
boolean |
isNegated()
Returns whether this criteria is negated.
|
void |
setLeftExpression(Expression leftExpression)
Set left expression of IN criteria
|
void |
setNegated(boolean negated)
Sets whether this criteria is negated.
|
getType, isExpression, setExpressiontoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptVisitorpublic BaseInCondition(Expression leftExpression, boolean negated)
public Expression getLeftExpression()
public void setLeftExpression(Expression leftExpression)
public boolean isNegated()
public void setNegated(boolean negated)
negated - Flag indicating whether this criteria contains a NOTCopyright © 2017 JBoss by Red Hat. All rights reserved.