| java.lang.Object | |
| ↳ | org.odata4j.core.OFunctionParameters |
A static factory to create immutable OFunctionParameter instances.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new OFunctionParameter, inferring the edm-type from the value provided, which cannot be null.
| |||||||||||
Creates a new OFunctionParameter by parsing a string value
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new OFunctionParameter, inferring the edm-type from the value provided, which cannot be null.
| name | The property name |
|---|---|
| value | The property value |
Creates a new OFunctionParameter by parsing a string value
| name | |
|---|---|
| type | |
| value |