|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryProperty<T>
oracle.rules.sdk2.dictionary.SettableProperty<T>
T - the class of the property, usually Stringpublic class SettableProperty<T>
A SettableProperty can be set, and options for valid values can be retrieved
| Nested Class Summary | |
|---|---|
static class |
SettableProperty.Diff<T>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. |
| Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty |
|---|
DictionaryProperty.DiffType |
| Method Summary | |
|---|---|
T |
getDiffValue()Get the value of the property accounting for diffs. |
java.lang.String[] |
getOptions()Get the valid values for the property |
void |
setValue(T value)Set the value of the property |
| Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty |
|---|
getDiff, getDiffs, getName, getValue, hasDiff |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setValue(T value)
value -public java.lang.String[] getOptions()
public T getDiffValue()
SettableProperty.Diff.getValue(). getDiffValue should be used instead of DictionaryProperty.getValue() when rendering this property in "diff mode". diffValue is rarely different from value. One case is if AdvancedMode has a diff, then the diff value is TRUE to force the UI to render Patterns, etc.
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||