public class ClientAnnotationImpl extends Object implements org.apache.olingo.client.api.domain.ClientAnnotation
| Constructor and Description |
|---|
ClientAnnotationImpl(String term,
org.apache.olingo.client.api.domain.ClientValue value) |
| Modifier and Type | Method and Description |
|---|---|
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() |
String |
getTerm() |
org.apache.olingo.client.api.domain.ClientValue |
getValue() |
boolean |
hasCollectionValue() |
boolean |
hasComplexValue() |
boolean |
hasEnumValue() |
boolean |
hasNullValue() |
boolean |
hasPrimitiveValue() |
String |
toString() |
public ClientAnnotationImpl(String term, org.apache.olingo.client.api.domain.ClientValue value)
public String getTerm()
getTerm in interface org.apache.olingo.client.api.domain.ClientAnnotationpublic 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.