public interface ODataValue
Modifier and Type | Method and Description |
---|---|
<OV extends ODataValue> |
asCollection()
Casts to collection value.
|
<OP extends CommonODataProperty> |
asComplex()
Casts to complex value.
|
ODataPrimitiveValue |
asPrimitive()
Casts to primitive value.
|
String |
getTypeName()
Gets value type name.
|
boolean |
isCollection()
Check is is a collection value.
|
boolean |
isComplex()
Check is is a complex value.
|
boolean |
isPrimitive()
Check is is a primitive value.
|
String getTypeName()
boolean isPrimitive()
ODataPrimitiveValue asPrimitive()
boolean isCollection()
<OV extends ODataValue> ODataCollectionValue<OV> asCollection()
OV
- The actual ODataValue interface.boolean isComplex()
<OP extends CommonODataProperty> ODataComplexValue<OP> asComplex()
OP
- The actual ODataProperty interface.Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.