| java.lang.Object | |
| ↳ | org.odata4j.core.OSimpleObjects |
A static factory to create immutable OSimpleObject instances.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
OSimpleObject instance given a type and value. | |||||||||||
Returns a human-readable string value for a given object.
| |||||||||||
Parses a string value into a new
OSimpleObject given an edm type. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new OSimpleObject instance given a type and value.
| type | |
|---|---|
| value |
Returns a human-readable string value for a given object.
| value |
|---|
Parses a string value into a new OSimpleObject given an edm type.
| type | |
|---|---|
| value |