Class EdmAssociationSetEndImplProv
- java.lang.Object
-
- org.apache.olingo.odata2.core.edm.provider.EdmAssociationSetEndImplProv
-
- All Implemented Interfaces:
EdmAnnotatable,EdmAssociationSetEnd
public class EdmAssociationSetEndImplProv extends Object implements EdmAssociationSetEnd, EdmAnnotatable
-
-
Constructor Summary
Constructors Constructor Description EdmAssociationSetEndImplProv(AssociationSetEnd end, EdmEntitySet entitySet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmAnnotationsgetAnnotations()EdmEntitySetgetEntitySet()StringgetRole()
-
-
-
Constructor Detail
-
EdmAssociationSetEndImplProv
public EdmAssociationSetEndImplProv(AssociationSetEnd end, EdmEntitySet entitySet) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getEntitySet
public EdmEntitySet getEntitySet() throws EdmException
- Specified by:
getEntitySetin interfaceEdmAssociationSetEnd- Throws:
EdmException
-
getRole
public String getRole()
- Specified by:
getRolein interfaceEdmAssociationSetEnd
-
getAnnotations
public EdmAnnotations getAnnotations() throws EdmException
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-
-