| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.odata4j.core.ODataVersion | |
V1 or V2
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ODataVersion | V1 | ||||||||||
| ODataVersion | V2 | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asString | 1.0 or 2.0 | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if the version this is greater than the target version
| |||||||||||
Returns true if the version this is greater than or equal to the target version
| |||||||||||
Identify a version by version string.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
1.0 or 2.0
Returns true if the version this is greater than the target version
| target |
|---|
Returns true if the version this is greater than or equal to the target version
| target |
|---|
Identify a version by version string.
| str | The version string |
|---|