| java.lang.Object |
| ↳ |
org.odata4j.producer.edm.Edm |
Class Overview
A bunch of constants for defining the meta EDM. This form is nice for ide code completion...
including the short class name 'Edm' :)...
Summary
| Nested Classes |
|
class |
Edm.ComplexType |
|
|
class |
Edm.Documentation |
|
|
class |
Edm.EntityKey |
|
|
class |
Edm.EntitySets |
|
|
class |
Edm.EntityType |
|
|
class |
Edm.Item |
|
|
class |
Edm.Property |
|
|
class |
Edm.PropertyRef |
|
|
class |
Edm.Schema |
Note: Schema is *almost* an Item...It doesn't have a Name though..and
you can't attach a Documentation to it...weird. |
|
class |
Edm.StructuralType |
|
| Public Constructors |
|
|
Edm()
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
Collection
Constant Value:
"Collection"
public
static
final
String
ContainerName
Constant Value:
"EdmContainer"
public
static
final
String
namespace
Constant Value:
"com.microsoft.schemas.ado._2008._09.edm"
Public Constructors