public interface ClientValue
Modifier and Type | Method and Description |
---|---|
<T extends ClientValue> |
asCollection()
Casts to collection value.
|
ClientComplexValue |
asComplex()
Casts to complex value.
|
ClientEnumValue |
asEnum()
Casts to enum value.
|
ClientPrimitiveValue |
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 linked complex value.
|
boolean |
isEnum()
Check is is an enum value.
|
boolean |
isPrimitive()
Check is is a primitive value.
|
String getTypeName()
boolean isPrimitive()
ClientPrimitiveValue asPrimitive()
boolean isCollection()
<T extends ClientValue> ClientCollectionValue<T> asCollection()
T
- The actual ODataValue interface.ClientComplexValue asComplex()
boolean isComplex()
boolean isEnum()
ClientEnumValue asEnum()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.