Class NavigationProperty.Single<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>>

java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Single<EntityT,ValueT>
Type Parameters:
EntityT - The entity type.
ValueT - The navigable entity type.
All Implemented Interfaces:
Expressions.Operand, Expressions.OperandSingle, FieldReference, NavigationProperty<EntityT,ValueT>, Property<EntityT>, EntityReference<EntityT>, FilterableComplex<EntityT,ValueT>
Enclosing interface:
NavigationProperty<EntityT extends VdmObject<?>,TargetT extends VdmEntity<?>>

public static class NavigationProperty.Single<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>> extends Object implements NavigationProperty<EntityT,ValueT>, FilterableComplex<EntityT,ValueT>
A navigational property to a single other entity reference.