Class EdmEntitySetInfoImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmEntitySetInfoImplProv
- All Implemented Interfaces:
EdmEntitySetInfo
-
Constructor Summary
ConstructorsConstructorDescriptionEdmEntitySetInfoImplProv(EntitySet entitySet, EntityContainerInfo entityContainerInfo) -
Method Summary
-
Constructor Details
-
EdmEntitySetInfoImplProv
public EdmEntitySetInfoImplProv(EntitySet entitySet, EntityContainerInfo entityContainerInfo) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getEntityContainerName
- Specified by:
getEntityContainerNamein interfaceEdmEntitySetInfo- Returns:
- the entity container name which contains this entity set.
-
getEntitySetName
- Specified by:
getEntitySetNamein interfaceEdmEntitySetInfo- Returns:
- the entity set name
-
isDefaultEntityContainer
public boolean isDefaultEntityContainer()- Specified by:
isDefaultEntityContainerin interfaceEdmEntitySetInfo- Returns:
- true if this entity set is contained inside the default container
-
getEntitySetUri
Description copied from interface:EdmEntitySetInfoWe use aURIobject here to ensure the right encoding. If a string representation is needed the toASCIIString() method can be used.- Specified by:
getEntitySetUriin interfaceEdmEntitySetInfo- Returns:
- the uri to this entity set e.g. "Employees"
-