org.apache.olingo.odata2.api.edm
Interface EdmNavigationProperty
- All Superinterfaces:
- EdmAnnotatable, EdmMappable, EdmNamed, EdmTyped
public interface EdmNavigationProperty
- extends EdmTyped, EdmMappable, EdmAnnotatable
- Do not implement this interface or derive from class.
- A CSDL NavigationProperty element
EdmNavigationProperty allows navigation from one entity type to another via a relationship.
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmNamed |
getName |
getRelationship
EdmAssociation getRelationship()
throws EdmException
- Get the relationship of the navigation property
- Returns:
EdmAssociation
- Throws:
EdmException
getFromRole
String getFromRole()
throws EdmException
- Get the from role of the navigation property
- Returns:
- from role as String
- Throws:
EdmException
getToRole
String getToRole()
throws EdmException
- Get the to role of the navigation property
- Returns:
- to role as String
- Throws:
EdmException
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.