| java.lang.Object | |
| ↳ | org.odata4j.core.OProperties |
A static factory to create immutable OProperty instances.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new byte-array-valued OData property with
BINARY | |||||||||||
Creates a new byte-array-valued OData property with
BINARY | |||||||||||
Creates a new boolean-valued OData property with
BOOLEAN | |||||||||||
Creates a new unsigned-byte-valued OData property with
BYTE | |||||||||||
Creates a new String-valued OData property with
STRING | |||||||||||
Creates a new collecion-valued OData property of the given edm-type.
| |||||||||||
Creates a new complex-valued OData property of the given edm-type.
| |||||||||||
Creates a new LocalDateTime-valued OData property with
DATETIME | |||||||||||
Creates a new LocalDateTime-valued OData property with
DATETIME | |||||||||||
Creates a new LocalDateTime-valued OData property with
DATETIME | |||||||||||
Creates a new DateTime-valued OData property with
DATETIMEOFFSET | |||||||||||
Creates a new BigDecimal-valued OData property with
DECIMAL | |||||||||||
Creates a new BigDecimal-valued OData property with
DECIMAL | |||||||||||
Creates a new BigDecimal-valued OData property with
DECIMAL | |||||||||||
Creates a new BigDecimal-valued OData property with
DECIMAL | |||||||||||
Creates a new double-precision-valued OData property with
DOUBLE | |||||||||||
Creates a new Guid-valued OData property with
GUID | |||||||||||
Creates a new Guid-valued OData property with
GUID | |||||||||||
Creates a new short-valued OData property with
INT16 | |||||||||||
Creates a new integer-valued OData property with
INT32 | |||||||||||
Creates a new long-valued OData property with
INT64 | |||||||||||
Creates a new OData property of the given edm simple type with a null value.
| |||||||||||
Creates a new OData property of the given edm simple type with a null value.
| |||||||||||
Creates a new OData property of the given edm-type with a value parsed from a string.
| |||||||||||
Creates a new byte-valued OData property with
SBYTE | |||||||||||
Creates a new OData property of the given edm-type.
| |||||||||||
Creates a new OData property, inferring the edm-type from the value provided, which cannot be null.
| |||||||||||
Creates a new single-precision-valued OData property with
SINGLE | |||||||||||
Creates a new String-valued OData property with
STRING | |||||||||||
Creates a new String-valued OData property with
STRING | |||||||||||
Creates a new LocalTime-valued OData property with
TIME | |||||||||||
Creates a new LocalTime-valued OData property with
TIME | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new byte-array-valued OData property with BINARY
| name | The property name |
|---|---|
| value | The property value |
Creates a new byte-array-valued OData property with BINARY
| name | The property name |
|---|---|
| value | The property value |
Creates a new boolean-valued OData property with BOOLEAN
| name | The property name |
|---|---|
| value | The property value |
Creates a new unsigned-byte-valued OData property with BYTE
| name | The property name |
|---|---|
| value | The property value |
Creates a new String-valued OData property with STRING
| name | The property name |
|---|---|
| value | The property value |
Creates a new collecion-valued OData property of the given edm-type.
| name | The property name |
|---|---|
| type | The property edm-type of objects in the collection |
| value | The OCollection |
Creates a new complex-valued OData property of the given edm-type.
| name | The property name |
|---|---|
| type | The property edm-type |
| value | The property values |
Creates a new LocalDateTime-valued OData property with DATETIME
| name | The property name |
|---|---|
| value | The property value |
Creates a new LocalDateTime-valued OData property with DATETIME
| name | The property name |
|---|---|
| value | The property value |
Creates a new LocalDateTime-valued OData property with DATETIME
| name | The property name |
|---|---|
| value | The property value |
Creates a new DateTime-valued OData property with DATETIMEOFFSET
| name | The property name |
|---|---|
| value | The property value |
Creates a new BigDecimal-valued OData property with DECIMAL
| name | The property name |
|---|---|
| value | The property value |
Creates a new BigDecimal-valued OData property with DECIMAL
| name | The property name |
|---|---|
| value | The property value |
Creates a new BigDecimal-valued OData property with DECIMAL
| name | The property name |
|---|---|
| value | The property value |
Creates a new BigDecimal-valued OData property with DECIMAL
| name | The property name |
|---|---|
| value | The property value |
Creates a new double-precision-valued OData property with DOUBLE
| name | The property name |
|---|---|
| value | The property value |
Creates a new Guid-valued OData property with GUID
| name | The property name |
|---|---|
| value | The property value |
Creates a new Guid-valued OData property with GUID
| name | The property name |
|---|---|
| value | The property value |
Creates a new short-valued OData property with INT16
| name | The property name |
|---|---|
| value | The property value |
Creates a new integer-valued OData property with INT32
| name | The property name |
|---|---|
| value | The property value |
Creates a new long-valued OData property with INT64
| name | The property name |
|---|---|
| value | The property value |
Creates a new OData property of the given edm simple type with a null value.
| name | The property name |
|---|---|
| fqSimpleTypeName | The property edm simple type |
Creates a new OData property of the given edm simple type with a null value.
| name | The property name |
|---|---|
| type | The property edm simple type |
Creates a new OData property of the given edm-type with a value parsed from a string.
| name | The property name |
|---|---|
| type | The property edm-type |
| value | The property value |
Creates a new byte-valued OData property with SBYTE
| name | The property name |
|---|---|
| value | The property value |
Creates a new OData property of the given edm-type.
| name | The property name |
|---|---|
| type | The property edm-type |
| value | The property value |
Creates a new OData property, inferring the edm-type from the value provided, which cannot be null.
| name | The property name |
|---|---|
| value | The property value |
Creates a new single-precision-valued OData property with SINGLE
| name | The property name |
|---|---|
| value | The property value |
Creates a new String-valued OData property with STRING
| name | The property name |
|---|---|
| value | The property value |
Creates a new String-valued OData property with STRING
| name | The property name |
|---|---|
| value | The property value |
Creates a new LocalTime-valued OData property with TIME
| name | The property name |
|---|---|
| value | The property value |
Creates a new LocalTime-valued OData property with TIME
| name | The property name |
|---|---|
| value | The property value |