Package org.apache.olingo.odata2.api.edm
Interface EdmEntitySetInfo
-
public interface EdmEntitySetInfo@org.apache.olingo.odata2.DoNotImplement Objects of this class contain information about one entity set inside the EntityDataModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntityContainerName()StringgetEntitySetName()URIgetEntitySetUri()We use aURIobject here to ensure the right encoding.booleanisDefaultEntityContainer()
-
-
-
Method Detail
-
getEntityContainerName
String getEntityContainerName()
- Returns:
- the entity container name which contains this entity set.
-
getEntitySetName
String getEntitySetName()
- Returns:
- the entity set name
-
isDefaultEntityContainer
boolean isDefaultEntityContainer()
- Returns:
- true if this entity set is contained inside the default container
-
-