public interface EdmAssociationSet extends EdmNamed, EdmAnnotatable
| Modifier and Type | Method and Description |
|---|---|
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
|
getAnnotationsEdmAssociation getAssociation() throws EdmException
EdmAssociationEdmExceptionEdmAssociationSetEnd getEnd(String role) throws EdmException
role - EdmAssociationSetEndEdmExceptionEdmEntityContainer getEntityContainer() throws EdmException
EdmEntityContainerEdmExceptionCopyright © 2020. All rights reserved.