Class SimpleProperty.NumericDecimal<EntityT>
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.NumericDecimal<EntityT>
- Type Parameters:
EntityT
- The entity type.
- All Implemented Interfaces:
Expressions.Operand
,Expressions.OperandSingle
,FieldReference
,Property<EntityT>
,SimpleProperty<EntityT>
,EntityReference<EntityT>
,FilterableNumeric<EntityT>
,FilterableNumericDecimal<EntityT>
,FilterableValue<EntityT,
Number>
- Enclosing interface:
- SimpleProperty<EntityT>
public static class SimpleProperty.NumericDecimal<EntityT>
extends Object
implements SimpleProperty<EntityT>, FilterableNumericDecimal<EntityT>
A Decimal property.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
FilterableNumericDecimal.Expression<EntityT>
Nested classes/interfaces inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty
SimpleProperty.All<Entity>, SimpleProperty.Binary<EntityT>, SimpleProperty.Boolean<EntityT>, SimpleProperty.Collection<EntityT,
ValueT>, SimpleProperty.Date<EntityT>, SimpleProperty.DateTime<EntityT>, SimpleProperty.Duration<EntityT>, SimpleProperty.Enum<EntityT, EnumT extends VdmEnum>, SimpleProperty.Guid<EntityT>, SimpleProperty.NumericDecimal<EntityT>, SimpleProperty.NumericInteger<EntityT>, SimpleProperty.String<EntityT>, SimpleProperty.Time<EntityT> -
Field Summary
Fields inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
NULL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the type of the entity which references the value.javadocMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
getExpression
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldReference
getExpression
Methods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
add, divide, divide, divide, modulo, multiply, subtract
Methods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
add, add, add, add, ceil, floor, modulo, modulo, modulo, modulo, multiply, multiply, multiply, multiply, negate, round, subtract, subtract, subtract, subtract
Methods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
equalTo, equalTo, equalToNull, greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, in, in, lessThan, lessThan, lessThanEqual, lessThanEqual, notEqualTo, notEqualTo, notEqualToNull
Methods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty
asc, desc
-
Constructor Details
-
NumericDecimal
-
-
Method Details
-
getEntityType
Description copied from interface:EntityReference
Get the type of the entity which references the value.- Specified by:
getEntityType
in interfaceEntityReference<EntityT>
- Returns:
- The entity type,
-
getFieldName
Description copied from interface:FieldReference
javadoc- Specified by:
getFieldName
in interfaceFieldReference
- Returns:
- The field name this reference points towards.
-