Interface ValueNumeric
- All Superinterfaces:
Expressions.Operand
,Expressions.OperandSingle
,FilterableComparisonAbsolute
,FilterableComparisonRelative
,FilterableNumeric
- All Known Implementing Classes:
ValueNumeric.Expression
public interface ValueNumeric
extends Expressions.OperandSingle, FilterableNumeric, FilterableComparisonAbsolute, FilterableComparisonRelative
OData filter expression operand of type Edm.Int32, ...
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
OData expression on numeric values. -
Field Summary
-
Method Summary
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
getExpression, getExpression
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
equalTo, equalTo, equalToNull, in, in, in, in, notEqualTo, notEqualTo, notEqualToNull
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual
-
Field Details
-
NULL
Null value for numeric operations.
-
-
Method Details
-
literal
Returns aValueNumeric
from the givenv
.- Parameters:
v
- The value to be transformed into aValueNumeric
.- Returns:
- A
ValueNumeric
that contains the givenv
.
-