public static final class CustomAttribute.Value
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
displayValue
Localized and formatted representation of the value, depends on the
"type" value and may depend on the query parameter "locale".
|
private java.lang.String |
value
Non-localized or non-formatted value.
|
Constructor and Description |
---|
Value() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayValue() |
java.lang.String |
getValue() |
void |
setDisplayValue(java.lang.String displayValue) |
void |
setValue(java.lang.String value) |
private java.lang.String value
CustomAttribute.type
and
CustomAttribute.singleValue
:
private java.lang.String displayValue