| java.lang.Object | |||
| ↳ | org.odata4j.edm.EdmItem | ||
| ↳ | org.odata4j.edm.EdmType | ||
| ↳ | org.odata4j.edm.EdmSimpleType<V> | ||
Primitive types in the EDM type system. Simple types are exposed as constants and associated with one or more java-types.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ALL | Immutable set of all edm simple types. | ||||||||||
| BINARY | |||||||||||
| BOOLEAN | |||||||||||
| BYTE | |||||||||||
| DATETIME | |||||||||||
| DATETIMEOFFSET | |||||||||||
| DECIMAL | |||||||||||
| DOUBLE | |||||||||||
| GUID | |||||||||||
| INT16 | |||||||||||
| INT32 | |||||||||||
| INT64 | |||||||||||
| SBYTE | |||||||||||
| SINGLE | |||||||||||
| STRING | |||||||||||
| TIME | |||||||||||
| all | |||||||||||
| canonicalJavaType | |||||||||||
| javaTypes | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.odata4j.edm.EdmType
| |||||||||||
From class
org.odata4j.edm.EdmItem
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Finds the edm simple type for a given java-type.
| |||||||||||
Gets all java-types associated with this edm-type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.odata4j.edm.EdmType
| |||||||||||
From class
org.odata4j.edm.EdmItem
| |||||||||||
From class
java.lang.Object
| |||||||||||
Finds the edm simple type for a given java-type.
| javaType | The java-type |
|---|
Gets all java-types associated with this edm-type.