Package org.apache.olingo.odata2.api.edm
Interface EdmNavigationProperty
- All Superinterfaces:
EdmAnnotatable,EdmMappable,EdmNamed,EdmTyped
- All Known Implementing Classes:
EdmNavigationPropertyImplProv
-
Method Summary
Modifier and TypeMethodDescriptionGet the from role of the navigation propertyGet the relationship of the navigation propertyGet the to role of the navigation propertyMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotationsMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMappingMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmTyped
getMultiplicity, getType
-
Method Details
-
getRelationship
Get the relationship of the navigation property- Returns:
EdmAssociation- Throws:
EdmException
-
getFromRole
Get the from role of the navigation property- Returns:
- from role as String
- Throws:
EdmException
-
getToRole
Get the to role of the navigation property- Returns:
- to role as String
- Throws:
EdmException
-