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 TypeMethodDescriptionvoidapplyDiff(boolean partial) Get theSettablePropertycontaining this Diff.getValue(boolean translate) Methods inherited from class oracle.rules.sdk2.dictionary.SettableProperty.Diff
getNewValue, getOldValue, getValueMethods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty.Diff
applyDiff, getContainingComponent, getDiffType, getVersionInfo, removeDiff
-
Method Details
-
applyDiff
public void applyDiff(boolean partial) - Overrides:
applyDiffin classSettableProperty.Diff<String>
-
getTranslatedValue
-
getValue
-
getContainingProperty
Get theSettablePropertycontaining this Diff.- Overrides:
getContainingPropertyin classSettableProperty.Diff<String>- Returns:
SettableProperty
-