| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.data | Contains all the data objects of OData responses and OData requests | 
| Modifier and Type | Method and Description | 
|---|---|
| ValueType | ValueType. getBaseType()Get base type for this value type. | 
| ValueType | Valuable. getValueType()Get value type for this valuable. | 
| static ValueType | ValueType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ValueType[] | ValueType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Valuable. setValue(ValueType valueType,
        Object value)Set value and value type. | 
| Constructor and Description | 
|---|
| Property(String type,
        String name,
        ValueType valueType,
        Object value)Creates a new property | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.