Interface LaravelUi5\OData\Edm\Contracts\Property\NavigationPropertyInterface

extends NamedElementInterface, AnnotatableInterface, AnnotationTargetInterface

A navigation property, representing an association between two entity types.

Unlike structural properties, navigation properties always point to an EntityType. They may be single-valued or collection-valued, may declare a partner on the target side, and may declare referential constraints that tie foreign-key structural properties to the principal key.

Methods
Methods inherited from LaravelUi5\OData\Edm\Contracts\NamedElementInterface
getName()
Methods inherited from LaravelUi5\OData\Edm\Contracts\AnnotatableInterface
getAnnotations(), getAnnotation()