Package oracle.rules.sdk2.dictionary
Class DictionaryProperty.Diff
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryProperty.Diff
- Direct Known Subclasses:
IDTableProperty.Diff
,SettableProperty.Diff
,TableProperty.Diff
- Enclosing class:
- DictionaryProperty<T>
Describe differences between 2
DictionaryProperty
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
apply the Diff - makethis
the same asthat
Get the type of this DiffGet the versionInfo associated with this Diffvoid
remove the Diff - untilRuleDictionary.reDiff()
is called
-
Method Details
-
getVersionInfo
Get the versionInfo associated with this Diff- Returns:
- the Object passed to
RuleDictionary.diff(oracle.rules.sdk2.dictionary.RuleDictionary, java.lang.Object)
-
getDiffType
Get the type of this Diff- Returns:
DictionaryProperty.DiffType
-
getContainingComponent
-
getContainingProperty
-
applyDiff
public void applyDiff()apply the Diff - makethis
the same asthat
-
removeDiff
public void removeDiff()remove the Diff - untilRuleDictionary.reDiff()
is called
-