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 -
Method Summary
Modifier and TypeMethodDescriptionGet all annotations applied to an EDM elementGet the entity setgetRole()Get the role name
-
Constructor Details
-
EdmAssociationSetEndImplProv
public EdmAssociationSetEndImplProv(AssociationSetEnd end, EdmEntitySet entitySet) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getEntitySet
Description copied from interface:EdmAssociationSetEndGet the entity set- Specified by:
getEntitySetin interfaceEdmAssociationSetEnd- Returns:
EdmEntitySet- Throws:
EdmException
-
getRole
Description copied from interface:EdmAssociationSetEndGet the role name- Specified by:
getRolein interfaceEdmAssociationSetEnd- Returns:
- String
-
getAnnotations
Description copied from interface:EdmAnnotatableGet all annotations applied to an EDM element- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Returns:
EdmAnnotationsnever null- Throws:
EdmException
-