Package org.apache.olingo.odata2.api.edm
Interface EdmAssociationSetEnd
-
- All Superinterfaces:
EdmAnnotatable
public interface EdmAssociationSetEnd extends EdmAnnotatable
@org.apache.olingo.odata2.DoNotImplement A CSDL AssociationSetEnd elementEdmAssociationSetEnd defines one side of the relationship of two entity sets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmEntitySetgetEntitySet()Get the entity setStringgetRole()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- Caso ocorra uma exceção EDM
-
-