Class EdmAssociationEndImplProv
- java.lang.Object
-
- org.apache.olingo.odata2.core.edm.provider.EdmAssociationEndImplProv
-
- All Implemented Interfaces:
EdmAnnotatable,EdmAssociationEnd
public class EdmAssociationEndImplProv extends Object implements EdmAssociationEnd, EdmAnnotatable
-
-
Constructor Summary
Constructors Constructor Description EdmAssociationEndImplProv(EdmImplProv edm, AssociationEnd associationEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmAnnotationsgetAnnotations()EdmEntityTypegetEntityType()EdmMultiplicitygetMultiplicity()StringgetRole()
-
-
-
Constructor Detail
-
EdmAssociationEndImplProv
public EdmAssociationEndImplProv(EdmImplProv edm, AssociationEnd associationEnd) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getRole
public String getRole()
- Specified by:
getRolein interfaceEdmAssociationEnd
-
getEntityType
public EdmEntityType getEntityType() throws EdmException
- Specified by:
getEntityTypein interfaceEdmAssociationEnd- Throws:
EdmException
-
getMultiplicity
public EdmMultiplicity getMultiplicity()
- Specified by:
getMultiplicityin interfaceEdmAssociationEnd
-
getAnnotations
public EdmAnnotations getAnnotations() throws EdmException
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-
-