Package org.apache.olingo.odata2.api.uri
Interface NavigationPropertySegment
-
public interface NavigationPropertySegmentNavigation property segment, consisting of a navigation property and its target entity set. @org.apache.olingo.odata2.DoNotImplement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmNavigationPropertygetNavigationProperty()Gets the navigation property.EdmEntitySetgetTargetEntitySet()Gets the target entity set.
-
-
-
Method Detail
-
getNavigationProperty
EdmNavigationProperty getNavigationProperty()
Gets the navigation property.- Returns:
EdmNavigationPropertynavigation property
-
getTargetEntitySet
EdmEntitySet getTargetEntitySet()
Gets the target entity set.- Returns:
EdmEntitySetthe target entity set
-
-