public class UserTranslatedProperty extends SettableProperty<java.lang.String>
| Modifier and Type | Class and Description |
|---|---|
static class |
UserTranslatedProperty.Diff
Describe differences between 2
SettableProperty this and that, and allow the differences from that to be appled to this so this and that are the same. |
DictionaryProperty.DiffType| Constructor and Description |
|---|
UserTranslatedProperty(DictionaryComponent containingComponent, java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTranslatedValue()
Get translated property value.
|
java.lang.String |
getValue(boolean translate)
Get optionally translated property value.
|
void |
setTranslatedValue(java.lang.String value)
Set the translated value of the property
|
getDiffValue, getDiffValue, setValuegetContainedDiffs, getDiff, getDiffs, getName, getName, getTranslatedName, getValue, hasDiff, removeDiffpublic UserTranslatedProperty(DictionaryComponent containingComponent, java.lang.String propertyName)
public java.lang.String getTranslatedValue()
public java.lang.String getValue(boolean translate)
public void setTranslatedValue(java.lang.String value)
value -