Interface Property<EntityT>

Type Parameters:
EntityT - The generic entity type for this property.
All Superinterfaces:
Expressions.Operand, Expressions.OperandSingle, FieldReference
All Known Subinterfaces:
ComplexProperty<EntityT,TargetT>, NavigationProperty<EntityT,TargetT>, SimpleProperty<EntityT>, com.sap.cloud.sdk.datamodel.odatav4.core.StructuredProperty<EntityT,TargetT>
All Known Implementing Classes:
ComplexProperty.Collection, ComplexProperty.Single, ComplexPropertyQuery, NavigationProperty.Collection, NavigationProperty.Single, NavigationPropertyCollection, NavigationPropertyCollectionQuery, NavigationPropertySingleQuery, 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

public interface Property<EntityT> extends FieldReference
Generic entity property.