public static class UserTranslatedProperty.Diff extends SettableProperty.Diff<java.lang.String>
SettableProperty this and that,
and allow the differences from that to be appled to this so this and that are the same.| Modifier and Type | Method and Description |
|---|---|
UserTranslatedProperty |
getContainingProperty()
Get the
SettableProperty containing this Diff. |
java.lang.String |
getTranslatedValue() |
java.lang.String |
getValue(boolean translate) |
getNewValue, getOldValue, getValueapplyDiff, getDiffType, getVersionInfo, removeDiffpublic java.lang.String getTranslatedValue()
public java.lang.String getValue(boolean translate)
public UserTranslatedProperty getContainingProperty()
SettableProperty containing this Diff.getContainingProperty in class SettableProperty.Diff<java.lang.String>SettableProperty