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, toString
getChildren, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, setChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType
public static final String OPERATOR_IDENTIFIER
public Negation(QueryExpression<Boolean> negatedCondition)
public QueryExpression<Boolean> copy()
Copyright © 2016 SAPERION AG. All rights reserved.