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


public interface EdmEntitySetInfo

Do not implement this interface or derive from class.
Objects of this class contain information about one entity set inside the EntityDataModel.

Method Summary
 String getEntityContainerName()
           
 String getEntitySetName()
           
 URI getEntitySetUri()
          We use a URI object here to ensure the right encoding.
 boolean isDefaultEntityContainer()
           
 

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

getEntitySetUri

URI getEntitySetUri()
We use a URI object 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"


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.