public interface ODataValuable
Modifier and Type | Method and Description |
---|---|
ODataCollectionValue<ODataValue> |
getCollectionValue()
Gets collection value.
|
ODataComplexValue<ODataProperty> |
getComplexValue()
Gets complex value.
|
ODataEnumValue |
getEnumValue()
Gets enum value.
|
ODataLinkedComplexValue |
getLinkedComplexValue()
Gets complex value with link information (if available).
|
ODataPrimitiveValue |
getPrimitiveValue()
Gets primitive value.
|
ODataValue |
getValue()
Returns annotation value.
|
boolean |
hasCollectionValue()
Checks if has collection value.
|
boolean |
hasComplexValue()
Checks if has complex value.
|
boolean |
hasEnumValue()
Checks if has enum value.
|
boolean |
hasNullValue()
Checks if has null value.
|
boolean |
hasPrimitiveValue()
Checks if has primitive value.
|
ODataValue getValue()
boolean hasNullValue()
boolean hasPrimitiveValue()
ODataPrimitiveValue getPrimitiveValue()
boolean hasCollectionValue()
ODataCollectionValue<ODataValue> getCollectionValue()
boolean hasComplexValue()
ODataComplexValue<ODataProperty> getComplexValue()
ODataLinkedComplexValue getLinkedComplexValue()
boolean hasEnumValue()
ODataEnumValue getEnumValue()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.