Class EdmAssociationImplProv
- java.lang.Object
-
- org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
-
- org.apache.olingo.odata2.core.edm.provider.EdmAssociationImplProv
-
- All Implemented Interfaces:
EdmAnnotatable,EdmAssociation,EdmNamed,EdmType
public class EdmAssociationImplProv extends EdmNamedImplProv implements EdmAssociation, EdmAnnotatable
-
-
Field Summary
-
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm
-
-
Constructor Summary
Constructors Constructor Description EdmAssociationImplProv(EdmImplProv edm, Association association, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmAnnotationsgetAnnotations()EdmAssociationEndgetEnd(String role)EdmAssociationEndgetEnd1()EdmAssociationEndgetEnd2()EdmMultiplicitygetEndMultiplicity(String role)EdmTypeKindgetKind()StringgetNamespace()EdmReferentialConstraintgetReferentialConstraint()-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
-
-
-
Constructor Detail
-
EdmAssociationImplProv
public EdmAssociationImplProv(EdmImplProv edm, Association association, String namespace) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getNamespace
public String getNamespace() throws EdmException
- Specified by:
getNamespacein interfaceEdmType- Throws:
EdmException
-
getKind
public EdmTypeKind getKind()
-
getEnd
public EdmAssociationEnd getEnd(String role) throws EdmException
- Specified by:
getEndin interfaceEdmAssociation- Throws:
EdmException
-
getAnnotations
public EdmAnnotations getAnnotations() throws EdmException
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-
getEndMultiplicity
public EdmMultiplicity getEndMultiplicity(String role)
-
getEnd1
public EdmAssociationEnd getEnd1() throws EdmException
- Specified by:
getEnd1in interfaceEdmAssociation- Throws:
EdmException
-
getEnd2
public EdmAssociationEnd getEnd2() throws EdmException
- Specified by:
getEnd2in interfaceEdmAssociation- Throws:
EdmException
-
getReferentialConstraint
public EdmReferentialConstraint getReferentialConstraint() throws EdmException
- Specified by:
getReferentialConstraintin interfaceEdmAssociation- Throws:
EdmException
-
-