public final class ClientPropertyImpl extends ClientValuableImpl implements ClientProperty
value| Constructor and Description |
|---|
ClientPropertyImpl(String name,
ClientValue value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ClientAnnotation> |
getAnnotations() |
String |
getName()
Returns property name.
|
ClientOperation |
getOperation(String title)
Searches for operation with given title.
|
List<ClientOperation> |
getOperations()
Gets operations.
|
int |
hashCode() |
boolean |
hasNullValue()
Checks if has null value.
|
String |
toString() |
getCollectionValue, getComplexValue, getEnumValue, getPrimitiveValue, getValue, hasCollectionValue, hasComplexValue, hasEnumValue, hasPrimitiveValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCollectionValue, getComplexValue, getEnumValue, getPrimitiveValue, getValue, hasCollectionValue, hasComplexValue, hasEnumValue, hasPrimitiveValuepublic ClientPropertyImpl(String name, ClientValue value)
public String getName()
getName in interface ClientPropertypublic ClientOperation getOperation(String title)
ClientPropertygetOperation in interface ClientPropertytitle - operation to look forpublic List<ClientOperation> getOperations()
getOperations in interface ClientPropertypublic boolean hasNullValue()
hasNullValue in interface ClientValuablehasNullValue in class ClientValuableImplpublic boolean equals(Object obj)
equals in class ClientValuableImplpublic int hashCode()
hashCode in class ClientValuableImplpublic List<ClientAnnotation> getAnnotations()
getAnnotations in interface ClientAnnotatablepublic String toString()
toString in class ClientValuableImplCopyright © 2023. All rights reserved.