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
ConstructorsConstructorDescriptionEdmAssociationImplProv(EdmImplProv edm, Association association, String namespace) -
Method Summary
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
Constructor Details
-
EdmAssociationImplProv
public EdmAssociationImplProv(EdmImplProv edm, Association association, String namespace) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein interfaceEdmType- Throws:
EdmException
-
getKind
-
getEnd
- Specified by:
getEndin interfaceEdmAssociation- Throws:
EdmException
-
getAnnotations
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-
getEndMultiplicity
-
getEnd1
- Specified by:
getEnd1in interfaceEdmAssociation- Throws:
EdmException
-
getEnd2
- Specified by:
getEnd2in interfaceEdmAssociation- Throws:
EdmException
-
getReferentialConstraint
- Specified by:
getReferentialConstraintin interfaceEdmAssociation- Throws:
EdmException
-