Uses of Enum Class
com.sap.cds.ql.cqn.CqnArithmeticExpression.Operator
Packages that use CqnArithmeticExpression.Operator
-
Uses of CqnArithmeticExpression.Operator in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type CqnArithmeticExpression.OperatorModifier and TypeMethodDescriptionCQL.expression(CqnValue left, CqnArithmeticExpression.Operator op, CqnValue right) Creates an arithmetic expression.CqnBuilder.QueryBuilderSupport.expression(CqnValue left, CqnArithmeticExpression.Operator op, CqnValue right) -
Uses of CqnArithmeticExpression.Operator in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnArithmeticExpression.OperatorModifier and TypeMethodDescriptionCqnArithmeticExpression.operator()Returns the enum constant of this class with the specified name.static CqnArithmeticExpression.Operator[]CqnArithmeticExpression.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cds.ql.cqn with parameters of type CqnArithmeticExpression.OperatorModifier and TypeMethodDescriptiondefault CqnValueModifier.expression(Value<Number> left, CqnArithmeticExpression.Operator op, Value<Number> right, String type) Override this method to replace anarithmeticexpression.