public interface ODataValue extends ODataValue
| Modifier and Type | Method and Description |
|---|---|
ODataEnumValue |
asEnum()
Casts to enum value.
|
ODataLinkedComplexValue |
asLinkedComplex()
Casts to complex value with link information (if available).
|
boolean |
isEnum()
Check is is an enum value.
|
boolean |
isLinkedComplex()
Check is is a linked complex value.
|
asCollection, asComplex, asPrimitive, getTypeName, isCollection, isComplex, isPrimitiveboolean isLinkedComplex()
ODataLinkedComplexValue asLinkedComplex()
boolean isEnum()
ODataEnumValue asEnum()
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.