public interface CommonODataProperty extends ODataInvokeResult
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns property name.
|
ODataPrimitiveValue |
getPrimitiveValue()
Gets primitive value.
|
ODataValue |
getValue()
Returns property value.
|
boolean |
hasCollectionValue()
Checks if has collection value.
|
boolean |
hasComplexValue()
Checks if has complex value.
|
boolean |
hasNullValue()
Checks if has null value.
|
boolean |
hasPrimitiveValue()
Checks if has primitive value.
|
String getName()
ODataValue getValue()
boolean hasNullValue()
boolean hasPrimitiveValue()
ODataPrimitiveValue getPrimitiveValue()
boolean hasCollectionValue()
boolean hasComplexValue()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.