Uses of Enum
org.apache.olingo.commons.api.data.ValueType
Packages that use ValueType
Package
Description
Contains all the data objects of OData responses and OData requests
-
Uses of ValueType in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return ValueTypeModifier and TypeMethodDescriptionValueType.getBaseType()
Get base type for this value type.Valuable.getValueType()
Get value type for this valuable.static ValueType
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.Methods in org.apache.olingo.commons.api.data with parameters of type ValueTypeModifier and TypeMethodDescriptionvoid
Set value and value type.Constructors in org.apache.olingo.commons.api.data with parameters of type ValueType