public class EdmAssociationImplProv extends EdmNamedImplProv implements EdmAssociation, EdmAnnotatable
edm| Constructor and Description |
|---|
EdmAssociationImplProv(EdmImplProv edm,
Association association,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotations |
getAnnotations() |
EdmAssociationEnd |
getEnd(String role) |
EdmAssociationEnd |
getEnd1() |
EdmAssociationEnd |
getEnd2() |
EdmMultiplicity |
getEndMultiplicity(String role) |
EdmTypeKind |
getKind() |
String |
getNamespace() |
EdmReferentialConstraint |
getReferentialConstraint() |
getNamepublic EdmAssociationImplProv(EdmImplProv edm, Association association, String namespace) throws EdmException
EdmExceptionpublic String getNamespace() throws EdmException
getNamespace in interface EdmTypeEdmExceptionpublic EdmTypeKind getKind()
public EdmAssociationEnd getEnd(String role) throws EdmException
getEnd in interface EdmAssociationEdmExceptionpublic EdmAnnotations getAnnotations() throws EdmException
getAnnotations in interface EdmAnnotatableEdmExceptionpublic EdmMultiplicity getEndMultiplicity(String role)
public EdmAssociationEnd getEnd1() throws EdmException
getEnd1 in interface EdmAssociationEdmExceptionpublic EdmAssociationEnd getEnd2() throws EdmException
getEnd2 in interface EdmAssociationEdmExceptionpublic EdmReferentialConstraint getReferentialConstraint() throws EdmException
getReferentialConstraint in interface EdmAssociationEdmExceptionCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.