public class EdmAssociationEndImplProv extends Object implements EdmAssociationEnd, EdmAnnotatable
| Constructor and Description |
|---|
EdmAssociationEndImplProv(EdmImplProv edm,
AssociationEnd associationEnd) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotations |
getAnnotations() |
EdmEntityType |
getEntityType() |
EdmMultiplicity |
getMultiplicity() |
String |
getRole() |
public EdmAssociationEndImplProv(EdmImplProv edm, AssociationEnd associationEnd) throws EdmException
EdmExceptionpublic String getRole()
getRole in interface EdmAssociationEndpublic EdmEntityType getEntityType() throws EdmException
getEntityType in interface EdmAssociationEndEdmExceptionpublic EdmMultiplicity getMultiplicity()
getMultiplicity in interface EdmAssociationEndpublic EdmAnnotations getAnnotations() throws EdmException
getAnnotations in interface EdmAnnotatableEdmExceptionCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.