org.odata4j.edm
Class EdmEntitySet
java.lang.Object
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)
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.
EdmEntitySet
public EdmEntitySet(String name,
EdmEntityType type)
- Creates a new
EdmEntitySet
.
- Parameters:
name
- the name of the entity settype
- the entity type for which the entity set contains instances
toString
public String toString()
- Overrides:
toString
in class Object
http://odata4j.org