public class DimensionNode.ValuesProperty extends ValuesProperty
SettableProperty.Diff<T>DictionaryProperty.DiffType| Constructor and Description |
|---|
ValuesProperty(DictionaryComponent containingComponent, java.lang.String propertyName, java.lang.String propertyIdName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getTranslatedValue()
Get translated property value.
|
void |
setTranslatedValue(java.lang.String... translatedValue)
the following code fragment is always a no-op:
setTranslatedValue(getValue(true)) |
getDiffValue, getOptions, getTranslatedOptions, getValue, setValuegetDiffValue, getDiffValuegetContainedDiffs, getDiff, getDiffs, getName, getName, getTranslatedName, getValue, hasDiff, removeDiffpublic ValuesProperty(DictionaryComponent containingComponent, java.lang.String propertyName, java.lang.String propertyIdName)
public java.lang.String[] getTranslatedValue()
getTranslatedValue in class ValuesPropertypublic void setTranslatedValue(java.lang.String... translatedValue)
setTranslatedValue(getValue(true))setTranslatedValue in class ValuesProperty