public class EdmAssociationEndImplProv extends Object implements EdmAssociationEnd, EdmAnnotatable
| Constructor and Description |
|---|
EdmAssociationEndImplProv(EdmImplProv edm,
AssociationEnd associationEnd) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotations |
getAnnotations()
Get all annotations applied to an EDM element
|
EdmEntityType |
getEntityType() |
EdmMultiplicity |
getMultiplicity()
See
EdmMultiplicity for more information about possible multiplicities. |
String |
getRole() |
public EdmAssociationEndImplProv(EdmImplProv edm, AssociationEnd associationEnd) throws EdmException
EdmExceptionpublic String getRole()
getRole in interface EdmAssociationEndEdmAssociationEnd as a String.public EdmEntityType getEntityType() throws EdmException
getEntityType in interface EdmAssociationEndEdmEntityType this association end points to.EdmExceptionpublic EdmMultiplicity getMultiplicity()
EdmAssociationEndEdmMultiplicity for more information about possible multiplicities.getMultiplicity in interface EdmAssociationEndEdmMultiplicitypublic EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatablegetAnnotations in interface EdmAnnotatableEdmAnnotations never nullEdmExceptionCopyright © 2020. All rights reserved.