|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryProperty<DictionaryComponentTable<T>>
oracle.rules.sdk2.dictionary.TableProperty<T>
T -public class TableProperty<T extends DictionaryComponent>
A TableProperty is a DictionaryProperty whose value is a DictionaryComponentTable. In other words, the value of a table property is a table (List) of dictionary components.
| Nested Class Summary | |
|---|---|
static class |
TableProperty.Diff<T extends DictionaryComponent> |
| Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty |
|---|
DictionaryProperty.DiffType |
| Method Summary | |
|---|---|
java.util.List<T> |
getDiffValue()Get the value of the table property as a list that includes elements that were added by diffs. |
| 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 java.util.List<T> getDiffValue()
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||