Interface NavigationProperty<EntityT extends VdmObject<?>,TargetT extends VdmEntity<?>>

Type Parameters:
EntityT - Entity this property is part of.
TargetT - Entity this property references.
All Superinterfaces:
Expressions.Operand, Expressions.OperandSingle, FieldReference, Property<EntityT>
All Known Implementing Classes:
NavigationProperty.Collection, NavigationProperty.Single

public interface NavigationProperty<EntityT extends VdmObject<?>,TargetT extends VdmEntity<?>>
Interface representing a navigational property of NavigationProperty that points towards an entity of NavigationProperty.