Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.sdk2.dictionary
Class SettableProperty.Diff<T>

java.lang.Object
  extended by oracle.rules.sdk2.dictionary.DictionaryProperty.Diff
      extended by oracle.rules.sdk2.dictionary.SettableProperty.Diff<T>
Enclosing class:
SettableProperty<T>

public static class SettableProperty.Diff<T>
extends DictionaryProperty.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.


Method Summary
 SettableProperty<T> getContainingProperty()
          Get the SettableProperty containing this Diff.
 T getValue()
          Get the value of the diff -- the value that differs from getContainingProperty().getValue()
 
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty.Diff
applyDiff, getDiffType, getVersionInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public T getValue()
Get the value of the diff -- the value that differs from getContainingProperty().getValue()

Returns:
the different value

getContainingProperty

public SettableProperty<T> getContainingProperty()
Get the SettableProperty containing this Diff.

Overrides:
getContainingProperty in class DictionaryProperty.Diff
Returns:
SettableProperty

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.