Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric
Packages that use ValueNumeric
- 
Uses of ValueNumeric in com.sap.cloud.sdk.datamodel.odata.client.expression
Classes in com.sap.cloud.sdk.datamodel.odata.client.expression that implement ValueNumericModifier and TypeClassDescriptionstatic classOData expression on numeric values.Fields in com.sap.cloud.sdk.datamodel.odata.client.expression declared as ValueNumericModifier and TypeFieldDescriptionstatic final ValueNumericValueNumeric.NULLNull value for numeric operations.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression that return ValueNumericModifier and TypeMethodDescriptiondefault ValueNumericFilterableNumeric.add(ValueNumeric operand) Filter by expression "add".default ValueNumericFilter by expression "add".default ValueNumericFieldUntyped.asNumber()Cast the field reference to a numeric value, enabling type-safe expressions.default ValueNumericFilterableNumeric.divide(ValueNumeric operand) Filter by expression "divby".default ValueNumericFilter by expression "divby".default ValueNumericFilterableString.indexOf(ValueString operand) Filter by expression "indexof".default ValueNumericFilter by expression "indexof".default ValueNumericFilterableString.length()Filter by expression "length".static ValueNumericReturns aValueNumericfrom the givenv.default ValueNumericFilterableNumeric.modulo(ValueNumeric operand) Filter by expression "mod".default ValueNumericFilter by expression "mod".default ValueNumericFilterableNumeric.multiply(ValueNumeric operand) Filter by expression "mul".default ValueNumericFilter by expression "mul".default ValueNumericFilterableNumeric.subtract(ValueNumeric operand) Filter by expression "sub".default ValueNumericFilter by expression "sub".Methods in com.sap.cloud.sdk.datamodel.odata.client.expression with parameters of type ValueNumericModifier and TypeMethodDescriptiondefault ValueNumericFilterableNumeric.add(ValueNumeric operand) Filter by expression "add".static ValueNumeric.ExpressionFilterExpressionArithmetic.add(ValueNumeric operand1, ValueNumeric operand2) Addition expression for numbers.static ValueNumeric.ExpressionFilterExpressionArithmetic.ceiling(ValueNumeric operand) Ceil expression for numbers.default ValueDuration.ExpressionFilterableDuration.divide(ValueNumeric operand) Filter by expression "div".default ValueNumericFilterableNumeric.divide(ValueNumeric operand) Filter by expression "divby".static ValueDuration.ExpressionFilterExpressionArithmetic.divide(ValueDuration operand1, ValueNumeric operand2) Division expression for duration.static ValueNumeric.ExpressionFilterExpressionArithmetic.divide(ValueNumeric operand1, ValueNumeric operand2) Division expression for floating point numbers.static ValueNumeric.ExpressionFilterExpressionArithmetic.divideEuclidean(ValueNumeric operand1, ValueNumeric operand2) Division expression for integer numbers.static ValueNumeric.ExpressionFilterExpressionArithmetic.floor(ValueNumeric operand) Floor expression for numbers.default ValueNumericFilterableNumeric.modulo(ValueNumeric operand) Filter by expression "mod".static ValueNumeric.ExpressionFilterExpressionArithmetic.modulo(ValueNumeric operand1, ValueNumeric operand2) Modulo expression for numbers.default ValueDuration.ExpressionFilterableDuration.multiply(ValueNumeric operand) Filter by expression "mul".default ValueNumericFilterableNumeric.multiply(ValueNumeric operand) Filter by expression "mul".static ValueDuration.ExpressionFilterExpressionArithmetic.multiply(ValueDuration operand1, ValueNumeric operand2) Multiplication expression for duration and number.static ValueNumeric.ExpressionFilterExpressionArithmetic.multiply(ValueNumeric operand1, ValueNumeric operand2) Multiplication expression for numbers.static ValueNumeric.ExpressionFilterExpressionArithmetic.negate(ValueNumeric operand) Negation expression for numbers.static ValueNumeric.ExpressionFilterExpressionArithmetic.round(ValueNumeric operand) Round expression for numbers.static ValueCollection.ExpressionFilterExpressionCollection.substring(Expressions.OperandMultiple operand1, ValueNumeric operand2) Returns aValueCollection.Expressionthat extracts the subsequence of {@code operand1) starting from {@code operand2) ({@code "substring"}). @param operand1 The collection to get the subsequence from. @param operand2 The index of the first element of the subsequence to be extracted. @return A {@link ValueCollection.Expression}.static ValueCollection.ExpressionFilterExpressionCollection.substring(Expressions.OperandMultiple operand1, ValueNumeric operand2, ValueNumeric operand3) Returns aValueCollection.Expressionthat extracts the subsequence of {@code operand1) starting from {@code operand2) with length {@code operand3} ({@code "substring"}). @param operand1 The collection to get the subsequence from. @param operand2 The index of the first element of the subsequence to be extracted. @param operand3 The length of the subsequence to be extracted. @return A {@link ValueCollection.Expression}.static ValueString.ExpressionFilterExpressionString.substring(ValueString operand1, ValueNumeric operand2) Returns aValueString.Expressionthat returns a substring ofoperand1starting atoperand2("substring").static ValueString.ExpressionFilterExpressionString.substring(ValueString operand1, ValueNumeric operand2, ValueNumeric operand3) Returns aValueString.Expressionthat returns a substring ofoperand1starting atoperand2with lengthoperand3("substring").default ValueNumericFilterableNumeric.subtract(ValueNumeric operand) Filter by expression "sub".static ValueNumeric.ExpressionFilterExpressionArithmetic.subtract(ValueNumeric operand1, ValueNumeric operand2) Subtraction expression for numbers.