Package oracle.rules.sdk2.dictionary
Class UserTranslatedProperty.Diff
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryProperty.Diff
oracle.rules.sdk2.dictionary.SettableProperty.Diff<String>
oracle.rules.sdk2.dictionary.UserTranslatedProperty.Diff
- Enclosing class:
- UserTranslatedProperty
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.-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyDiff
(boolean partial) Get theSettableProperty
containing this Diff.getValue
(boolean translate) Methods inherited from class oracle.rules.sdk2.dictionary.SettableProperty.Diff
getNewValue, getOldValue, getValue
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty.Diff
applyDiff, getContainingComponent, getDiffType, getVersionInfo, removeDiff
-
Method Details
-
applyDiff
public void applyDiff(boolean partial) - Overrides:
applyDiff
in classSettableProperty.Diff<String>
-
getTranslatedValue
-
getValue
-
getContainingProperty
Get theSettableProperty
containing this Diff.- Overrides:
getContainingProperty
in classSettableProperty.Diff<String>
- Returns:
SettableProperty
-