Interface SimpleProperty<EntityT>
- Type Parameters:
EntityT
-
- All Superinterfaces:
Expressions.Operand
,Expressions.OperandSingle
,FieldReference
,Property<EntityT>
- All Known Implementing Classes:
SimpleProperty.All
,SimpleProperty.Binary
,SimpleProperty.Boolean
,SimpleProperty.Collection
,SimpleProperty.Date
,SimpleProperty.DateTime
,SimpleProperty.Duration
,SimpleProperty.Enum
,SimpleProperty.Guid
,SimpleProperty.NumericDecimal
,SimpleProperty.NumericInteger
,SimpleProperty.String
,SimpleProperty.Time
Simple property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
A pseudo property referencing all fields.static class
A Binary property.static class
A Boolean property.static class
A composite property holding a collection of values.static class
A Date property.static class
A DateTime property.static class
A Duration property.static class
SimpleProperty.Enum<EntityT,
EnumT extends VdmEnum> A property with predefined possible values.static class
A Guid property.static class
A Decimal property.static class
An Integer property.static class
A String property.static class
A Time property. -
Field Summary
Fields inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
NULL
-
Method Summary
Modifier and TypeMethodDescriptiondefault FieldOrdering<EntityT>
asc()
A property for order ascending.default FieldOrdering<EntityT>
desc()
A property for order descending.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, getFieldName
-
Method Details
-
asc
A property for order ascending.- Returns:
- The FieldOrdering which has the field and ordering.
-
desc
A property for order descending.- Returns:
- The FieldOrdering which has the field and ordering.
-