public class Negation extends UnaryOperator<Boolean,Boolean>
QueryExpression that is the negation of another
QueryExpression i.e. it yields true if and only if the other
QueryExpression yields false.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_IDENTIFIER |
| Constructor and Description |
|---|
Negation(QueryExpression<Boolean> negatedCondition) |
| Modifier and Type | Method and Description |
|---|---|
QueryExpression<Boolean> |
copy() |
appendQueryParameters, asQueryLanguage, getOperand, precedence, queryStringSizeGuess, setOperand, toStringgetChildren, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, setChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExpressionType, listDescendantsOfType, listParentsOfDescendantsOfTypepublic static final String OPERATOR_IDENTIFIER
public Negation(QueryExpression<Boolean> negatedCondition)
public QueryExpression<Boolean> copy()
Copyright © 2016 SAPERION AG. All rights reserved.