Interface EdmEntitySetInfo


  • public interface EdmEntitySetInfo
    @org.apache.olingo.odata2.DoNotImplement Objects of this class contain information about one entity set inside the EntityDataModel.
    • 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"