public class ClientValuableImpl extends Object implements ClientValuable
| Modifier and Type | Field and Description |
|---|---|
protected ClientValue |
value |
| Constructor and Description |
|---|
ClientValuableImpl(ClientValue value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
boolean |
hasNullValue()
Checks if has null value.
|
boolean |
hasPrimitiveValue()
Checks if has primitive value.
|
String |
toString() |
protected final ClientValue value
public ClientValuableImpl(ClientValue value)
public ClientValue getValue()
ClientValuablegetValue in interface ClientValuablepublic boolean hasNullValue()
ClientValuablehasNullValue in interface ClientValuablepublic boolean hasPrimitiveValue()
ClientValuablehasPrimitiveValue in interface ClientValuablepublic ClientPrimitiveValue getPrimitiveValue()
ClientValuablegetPrimitiveValue in interface ClientValuablepublic boolean hasCollectionValue()
ClientValuablehasCollectionValue in interface ClientValuablepublic ClientCollectionValue<ClientValue> getCollectionValue()
ClientValuablegetCollectionValue in interface ClientValuablepublic boolean hasComplexValue()
ClientValuablehasComplexValue in interface ClientValuablepublic ClientComplexValue getComplexValue()
ClientValuablegetComplexValue in interface ClientValuablepublic boolean hasEnumValue()
ClientValuablehasEnumValue in interface ClientValuablepublic ClientEnumValue getEnumValue()
ClientValuablegetEnumValue in interface ClientValuableCopyright © 2023. All rights reserved.