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()
Get all annotations applied to an EDM element
|
EdmAssociationEnd |
getEnd(String role)
Get the
EdmAssociationEnd by role |
EdmAssociationEnd |
getEnd1()
Get the
EdmAssociationEnd for end1 |
EdmAssociationEnd |
getEnd2()
Get the
EdmAssociationEnd for end2 |
EdmMultiplicity |
getEndMultiplicity(String role) |
EdmTypeKind |
getKind() |
String |
getNamespace()
Namespace of this
EdmType |
EdmReferentialConstraint |
getReferentialConstraint()
Get the
EdmReferentialConstraint |
getNamepublic EdmAssociationImplProv(EdmImplProv edm, Association association, String namespace) throws EdmException
EdmExceptionpublic String getNamespace() throws EdmException
EdmTypeEdmTypegetNamespace in interface EdmTypeEdmExceptionpublic EdmTypeKind getKind()
getKind in interface EdmTypeEdmTypeKind of this EdmTypepublic EdmAssociationEnd getEnd(String role) throws EdmException
EdmAssociationEdmAssociationEnd by rolegetEnd in interface EdmAssociationEdmAssociationEndEdmExceptionpublic EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatablegetAnnotations in interface EdmAnnotatableEdmAnnotations never nullEdmExceptionpublic EdmMultiplicity getEndMultiplicity(String role)
public EdmAssociationEnd getEnd1() throws EdmException
EdmAssociationEdmAssociationEnd for end1getEnd1 in interface EdmAssociationEdmAssociationEndEdmExceptionpublic EdmAssociationEnd getEnd2() throws EdmException
EdmAssociationEdmAssociationEnd for end2getEnd2 in interface EdmAssociationEdmAssociationEndEdmExceptionpublic EdmReferentialConstraint getReferentialConstraint() throws EdmException
EdmAssociationEdmReferentialConstraintgetReferentialConstraint in interface EdmAssociationEdmReferentialConstraintEdmExceptionCopyright © 2020. All rights reserved.