Package com.sap.cds.impl.builder.model
Class ComparisonPredicate
java.lang.Object
com.sap.cds.impl.builder.model.AbstractPredicate
com.sap.cds.impl.builder.model.ComparisonPredicate
- All Implemented Interfaces:
JSONizable
,CqnComparisonPredicate
,CqnExpression
,CqnPredicate
,CqnToken
,CqnValue
,Predicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.ql.cqn.CqnComparisonPredicate
CqnComparisonPredicate.Operator
-
Method Summary
Methods inherited from class com.sap.cds.impl.builder.model.AbstractPredicate
and, or, toJson, toString, type
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.sap.cds.ql.cqn.CqnComparisonPredicate
accept
Methods inherited from interface com.sap.cds.ql.cqn.CqnExpression
asArithmeticExpression, asExpression, asNegation, isArithmeticExpression, isExpression, isNegation, toJson
Methods inherited from interface com.sap.cds.ql.cqn.CqnPredicate
asPredicate, isPredicate
Methods inherited from interface com.sap.cds.ql.cqn.CqnValue
as, asFunction, asList, asLiteral, asNullValue, asParameter, asPlain, asRef, isFunction, isList, isLiteral, isNullValue, isParameter, isPlain, isRef, ofLiteral, ofRef, type
-
Method Details
-
eq
-
ne
-
is
-
isNot
-
gt
-
lt
-
ge
-
le
-
pred
-
left
- Specified by:
left
in interfaceCqnComparisonPredicate
-
right
- Specified by:
right
in interfaceCqnComparisonPredicate
-
operator
- Specified by:
operator
in interfaceCqnComparisonPredicate
-
not
- Specified by:
not
in interfacePredicate
- Overrides:
not
in classAbstractPredicate
-
tokens
-