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
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA pseudo property referencing all fields.static classA Binary property.static classA Boolean property.static classA composite property holding a collection of values.static classA Date property.static classA DateTime property.static classA Duration property.static classSimpleProperty.Enum<EntityT,EnumT extends VdmEnum> A property with predefined possible values.static classA Guid property.static classA Decimal property.static classAn Integer property.static classA String property.static classA 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
getExpressionMethods 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.
-