public interface CqnPredicate extends CqnExpression
Modifier and Type | Method and Description |
---|---|
default CqnPredicate |
asPredicate()
Casts this expression to a
CqnPredicate . |
default boolean |
isPredicate()
Returns
true if this is a CqnPredicate . |
accept, asArithmeticExpression, asExpression, asNegation, isArithmeticExpression, isExpression, isNegation, toJson
as, asFunction, asList, asLiteral, asNullValue, asParameter, asPlain, asRef, isFunction, isList, isLiteral, isNullValue, isParameter, isPlain, isRef, ofRef, type
default boolean isPredicate()
CqnExpression
true
if this is a CqnPredicate
.isPredicate
in interface CqnExpression
true
if this is a predicate, otherwise false
default CqnPredicate asPredicate()
CqnExpression
CqnPredicate
.asPredicate
in interface CqnExpression
Copyright © 2022 SAP. All rights reserved.