public class EdmAssociationSetImplProv extends EdmNamedImplProv implements EdmAssociationSet, EdmAnnotatable
edm| Constructor and Description |
|---|
EdmAssociationSetImplProv(EdmImplProv edm,
AssociationSet associationSet,
EdmEntityContainer edmEntityContainer) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotations |
getAnnotations()
Get all annotations applied to an EDM element
|
EdmAssociation |
getAssociation()
Get the association
|
EdmAssociationSetEnd |
getEnd(String role)
Get the association set end
|
EdmEntityContainer |
getEntityContainer()
Get the entity container the association set is located in
|
getNamepublic EdmAssociationSetImplProv(EdmImplProv edm, AssociationSet associationSet, EdmEntityContainer edmEntityContainer) throws EdmException
EdmExceptionpublic EdmAssociation getAssociation() throws EdmException
EdmAssociationSetgetAssociation in interface EdmAssociationSetEdmAssociationEdmExceptionpublic EdmAssociationSetEnd getEnd(String role) throws EdmException
EdmAssociationSetgetEnd in interface EdmAssociationSetEdmAssociationSetEndEdmExceptionpublic EdmEntityContainer getEntityContainer() throws EdmException
EdmAssociationSetgetEntityContainer in interface EdmAssociationSetEdmEntityContainerEdmExceptionpublic EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatablegetAnnotations in interface EdmAnnotatableEdmAnnotations never nullEdmExceptionCopyright © 2020. All rights reserved.