org.apache.olingo.odata2.api.uri
Interface NavigationPropertySegment


public interface NavigationPropertySegment

Navigation property segment, consisting of a navigation property and its target entity set.

Do not implement this interface or derive from class.

Method Summary
 EdmNavigationProperty getNavigationProperty()
          Gets the navigation property.
 EdmEntitySet getTargetEntitySet()
          Gets the target entity set.
 

Method Detail

getNavigationProperty

EdmNavigationProperty getNavigationProperty()
Gets the navigation property.

Returns:
EdmNavigationProperty navigation property

getTargetEntitySet

EdmEntitySet getTargetEntitySet()
Gets the target entity set.

Returns:
EdmEntitySet the target entity set


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.