org.apache.olingo.odata2.api.edm
Interface EdmAssociationSetEnd

All Superinterfaces:
EdmAnnotatable

public interface EdmAssociationSetEnd
extends EdmAnnotatable

Do not implement this interface or derive from class.
A CSDL AssociationSetEnd element

EdmAssociationSetEnd defines one side of the relationship of two entity sets.


Method Summary
 EdmEntitySet getEntitySet()
          Get the entity set
 String getRole()
          Get the role name
 
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotations
 

Method Detail

getRole

String getRole()
Get the role name

Returns:
String

getEntitySet

EdmEntitySet getEntitySet()
                          throws EdmException
Get the entity set

Returns:
EdmEntitySet
Throws:
EdmException


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.