org.apache.olingo.odata2.api.edm
Interface EdmAssociationSet
- All Superinterfaces:
- EdmAnnotatable, EdmNamed
public interface EdmAssociationSet
- extends EdmNamed, EdmAnnotatable
| Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmNamed |
getName |
getAssociation
EdmAssociation getAssociation()
throws EdmException
- Get the association
- Returns:
EdmAssociation
- Throws:
EdmException
getEnd
EdmAssociationSetEnd getEnd(String role)
throws EdmException
- Get the association set end
- Parameters:
role -
- Returns:
EdmAssociationSetEnd
- Throws:
EdmException
getEntityContainer
EdmEntityContainer getEntityContainer()
throws EdmException
- Get the entity container the association set is located in
- Returns:
EdmEntityContainer
- Throws:
EdmException
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.