public static class

Edm.EntitySets

extends Object
java.lang.Object
   ↳ org.odata4j.producer.edm.Edm.EntitySets

Summary

Constants
String ComplexTypes All ComplexTypes
String EntityTypes All EntityTypes
String Properties All Properties of all structural types
String RootComplexTypes All ComplexTypes that do *not* have a BaseType
String RootEntityTypes All EntityTypes that do *not* have a BaseType
String Schemas All of the Schemas
Public Constructors
Edm.EntitySets()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ComplexTypes

All ComplexTypes

Constant Value: "ComplexTypes"

public static final String EntityTypes

All EntityTypes

Constant Value: "EntityTypes"

public static final String Properties

All Properties of all structural types

Constant Value: "Properties"

public static final String RootComplexTypes

All ComplexTypes that do *not* have a BaseType

Constant Value: "RootComplexTypes"

public static final String RootEntityTypes

All EntityTypes that do *not* have a BaseType

Constant Value: "RootEntityTypes"

public static final String Schemas

All of the Schemas

Constant Value: "Schemas"

Public Constructors

public Edm.EntitySets ()