Package org.apache.olingo.odata2.api.edm
Interface EdmEntitySetInfo
- All Known Implementing Classes:
EdmEntitySetInfoImplProv
public interface EdmEntitySetInfo
-
Method Summary
-
Method Details
-
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
-
getEntitySetUri
URI getEntitySetUri()We use aURIobject here to ensure the right encoding. If a string representation is needed the toASCIIString() method can be used.- Returns:
- the uri to this entity set e.g. "Employees"
-