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

All Superinterfaces:
EdmAnnotatable

public interface EdmAssociationSetEnd
extends EdmAnnotatable


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.