public class ClientValuableImpl extends Object implements org.apache.olingo.client.api.domain.ClientValuable
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.olingo.client.api.domain.ClientValue |
value |
| Constructor and Description |
|---|
ClientValuableImpl(org.apache.olingo.client.api.domain.ClientValue value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.olingo.client.api.domain.ClientCollectionValue<org.apache.olingo.client.api.domain.ClientValue> |
getCollectionValue() |
org.apache.olingo.client.api.domain.ClientComplexValue |
getComplexValue() |
org.apache.olingo.client.api.domain.ClientEnumValue |
getEnumValue() |
org.apache.olingo.client.api.domain.ClientPrimitiveValue |
getPrimitiveValue() |
org.apache.olingo.client.api.domain.ClientValue |
getValue() |
boolean |
hasCollectionValue() |
boolean |
hasComplexValue() |
boolean |
hasEnumValue() |
int |
hashCode() |
boolean |
hasNullValue() |
boolean |
hasPrimitiveValue() |
String |
toString() |
public ClientValuableImpl(org.apache.olingo.client.api.domain.ClientValue value)
public org.apache.olingo.client.api.domain.ClientValue getValue()
getValue in interface org.apache.olingo.client.api.domain.ClientValuablepublic boolean hasNullValue()
hasNullValue in interface org.apache.olingo.client.api.domain.ClientValuablepublic boolean hasPrimitiveValue()
hasPrimitiveValue in interface org.apache.olingo.client.api.domain.ClientValuablepublic org.apache.olingo.client.api.domain.ClientPrimitiveValue getPrimitiveValue()
getPrimitiveValue in interface org.apache.olingo.client.api.domain.ClientValuablepublic boolean hasCollectionValue()
hasCollectionValue in interface org.apache.olingo.client.api.domain.ClientValuablepublic org.apache.olingo.client.api.domain.ClientCollectionValue<org.apache.olingo.client.api.domain.ClientValue> getCollectionValue()
getCollectionValue in interface org.apache.olingo.client.api.domain.ClientValuablepublic boolean hasComplexValue()
hasComplexValue in interface org.apache.olingo.client.api.domain.ClientValuablepublic org.apache.olingo.client.api.domain.ClientComplexValue getComplexValue()
getComplexValue in interface org.apache.olingo.client.api.domain.ClientValuablepublic boolean hasEnumValue()
hasEnumValue in interface org.apache.olingo.client.api.domain.ClientValuablepublic org.apache.olingo.client.api.domain.ClientEnumValue getEnumValue()
getEnumValue in interface org.apache.olingo.client.api.domain.ClientValuableCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.