|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.odata4j.producer.edm.Edm
public class Edm
A bunch of constants for defining the meta EDM. This form is nice for ide code completion... including the short class name 'Edm' :)...
| Nested Class Summary | |
|---|---|
static class |
Edm.ComplexType
|
static class |
Edm.Documentation
|
static class |
Edm.EntityKey
|
static class |
Edm.EntitySets
|
static class |
Edm.EntityType
|
static class |
Edm.Item
|
static class |
Edm.Property
|
static class |
Edm.PropertyRef
|
static 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. |
static class |
Edm.StructuralType
|
| Field Summary | |
|---|---|
static String |
Collection
|
static String |
ContainerName
|
static String |
namespace
|
| Constructor Summary | |
|---|---|
Edm()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String Collection
public static final String ContainerName
public static final String namespace
| Constructor Detail |
|---|
public Edm()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||