public interface ClientValuable
Modifier and Type | Method and Description |
---|---|
ClientCollectionValue<ClientValue> |
getCollectionValue()
Gets collection value.
|
ClientComplexValue |
getComplexValue()
Gets complex value.
|
ClientEnumValue |
getEnumValue()
Gets enum value.
|
ClientPrimitiveValue |
getPrimitiveValue()
Gets primitive value.
|
ClientValue |
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.
|
ClientValue getValue()
boolean hasNullValue()
boolean hasPrimitiveValue()
ClientPrimitiveValue getPrimitiveValue()
boolean hasCollectionValue()
ClientCollectionValue<ClientValue> getCollectionValue()
boolean hasComplexValue()
ClientComplexValue getComplexValue()
boolean hasEnumValue()
ClientEnumValue getEnumValue()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.