org.odata4j.edm
Class EdmEntitySet

java.lang.Object
  extended by org.odata4j.edm.EdmEntitySet

public class EdmEntitySet
extends Object

The EntitySet element in conceptual schema definition language is a logical container for instances of an entity type and instances of any type that is derived from that entity type.

See Also:
[msdn] Entity Sets (EDM)

Field Summary
 String name
          The name of the entity set.
 EdmEntityType type
          The entity type for which the entity set contains instances.
 
Constructor Summary
EdmEntitySet(String name, EdmEntityType type)
          Creates a new EdmEntitySet.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name
The name of the entity set.


type

public final EdmEntityType type
The entity type for which the entity set contains instances.

Constructor Detail

EdmEntitySet

public EdmEntitySet(String name,
                    EdmEntityType type)
Creates a new EdmEntitySet.

Parameters:
name - the name of the entity set
type - the entity type for which the entity set contains instances
Method Detail

toString

public String toString()
Overrides:
toString in class Object


http://odata4j.org