Class EdmAssociationEndImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmAssociationEndImplProv
- All Implemented Interfaces:
EdmAnnotatable,EdmAssociationEnd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all annotations applied to an EDM elementSeeEdmMultiplicityfor more information about possible multiplicities.getRole()
-
Constructor Details
-
EdmAssociationEndImplProv
public EdmAssociationEndImplProv(EdmImplProv edm, AssociationEnd associationEnd) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getRole
- Specified by:
getRolein interfaceEdmAssociationEnd- Returns:
- the role of this
EdmAssociationEndas a String.
-
getEntityType
- Specified by:
getEntityTypein interfaceEdmAssociationEnd- Returns:
EdmEntityTypethis association end points to.- Throws:
EdmException
-
getMultiplicity
Description copied from interface:EdmAssociationEndSeeEdmMultiplicityfor more information about possible multiplicities.- Specified by:
getMultiplicityin interfaceEdmAssociationEnd- Returns:
EdmMultiplicity
-
getAnnotations
Description copied from interface:EdmAnnotatableGet all annotations applied to an EDM element- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Returns:
EdmAnnotationsnever null- Throws:
EdmException
-