Package org.apache.olingo.odata2.api.edm
Interface EdmAssociationSet
- All Superinterfaces:
EdmAnnotatable,EdmNamed
- All Known Implementing Classes:
EdmAssociationSetImplProv
-
Method Summary
Modifier and TypeMethodDescriptionGet the associationGet the association set endGet the entity container the association set is located inMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotations
-
Method Details
-
getAssociation
Get the association- Returns:
EdmAssociation- Throws:
EdmException
-
getEnd
Get the association set end- Parameters:
role-- Returns:
EdmAssociationSetEnd- Throws:
EdmException
-
getEntityContainer
Get the entity container the association set is located in- Returns:
EdmEntityContainer- Throws:
EdmException
-