Package org.apache.olingo.odata2.api.edm
Interface EdmAssociationEnd
- All Superinterfaces:
EdmAnnotatable
- All Known Implementing Classes:
EdmAssociationEndImplProv
-
Method Summary
Modifier and TypeMethodDescriptionSeeEdmMultiplicityfor more information about possible multiplicities.getRole()Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotations
-
Method Details
-
getRole
String getRole()- Returns:
- the role of this
EdmAssociationEndas a String.
-
getEntityType
- Returns:
EdmEntityTypethis association end points to.- Throws:
EdmException
-
getMultiplicity
EdmMultiplicity getMultiplicity()SeeEdmMultiplicityfor more information about possible multiplicities.- Returns:
EdmMultiplicity
-