T - the value typepublic class DefaultIdentifiedValue<T> extends Object implements IdentifiedValue<T>
IdentifiedValue| Constructor and Description |
|---|
DefaultIdentifiedValue(CasIdentifier identifier,
T value) |
| Modifier and Type | Method and Description |
|---|---|
CasIdentifier |
identifier()
Returns the
CasIdentifier associated with the value. |
String |
toString() |
T |
value()
Returns the value.
|
public DefaultIdentifiedValue(CasIdentifier identifier, T value)
public CasIdentifier identifier()
IdentifiedValueCasIdentifier associated with the value.identifier in interface IdentifiedValue<T>CasIdentifier associated with the value.public T value()
IdentifiedValuevalue in interface IdentifiedValue<T>Copyright © 2016 Atlassian. All rights reserved.