public final class ClientPropertyImpl extends ClientValuableImpl implements org.apache.olingo.client.api.domain.ClientProperty
value| Constructor and Description |
|---|
ClientPropertyImpl(String name,
org.apache.olingo.client.api.domain.ClientValue value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<org.apache.olingo.client.api.domain.ClientAnnotation> |
getAnnotations() |
String |
getName()
Returns property name.
|
org.apache.olingo.client.api.domain.ClientOperation |
getOperation(String title) |
List<org.apache.olingo.client.api.domain.ClientOperation> |
getOperations()
Gets operations.
|
int |
hashCode() |
boolean |
hasNullValue()
Checks if has null value.
|
String |
toString() |
getCollectionValue, getComplexValue, getEnumValue, getPrimitiveValue, getValue, hasCollectionValue, hasComplexValue, hasEnumValue, hasPrimitiveValuepublic ClientPropertyImpl(String name, org.apache.olingo.client.api.domain.ClientValue value)
public String getName()
getName in interface org.apache.olingo.client.api.domain.ClientPropertypublic org.apache.olingo.client.api.domain.ClientOperation getOperation(String title)
getOperation in interface org.apache.olingo.client.api.domain.ClientPropertypublic List<org.apache.olingo.client.api.domain.ClientOperation> getOperations()
getOperations in interface org.apache.olingo.client.api.domain.ClientPropertypublic boolean hasNullValue()
hasNullValue in interface org.apache.olingo.client.api.domain.ClientValuablehasNullValue in class ClientValuableImplpublic boolean equals(Object obj)
equals in class ClientValuableImplpublic int hashCode()
hashCode in class ClientValuableImplpublic List<org.apache.olingo.client.api.domain.ClientAnnotation> getAnnotations()
getAnnotations in interface org.apache.olingo.client.api.domain.ClientAnnotatablepublic String toString()
toString in class ClientValuableImplCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.