|
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<IDTable<T>>
oracle.rules.sdk2.dictionary.IDTableProperty<T>
public class IDTableProperty<T extends DictionaryComponent>
| Nested Class Summary | |
|---|---|
static class |
IDTableProperty.Diff<T extends DictionaryComponent> |
| Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty |
|---|
DictionaryProperty.DiffType |
| Method Summary | |
|---|---|
boolean |
add(T dc)Default add simply adds to the ID table. |
void |
clear()Default clear simply clears the ID table. |
java.lang.String[] |
getStringValue()Get the string value of the table |
java.lang.String[] |
getStringValueOptions()Get the options for the string values of the table |
void |
setStringValue(java.lang.String... value)Set the string value of the table |
| 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 boolean add(T dc)
dc - DictionaryComponentpublic void clear()
public java.lang.String[] getStringValue()
public java.lang.String[] getStringValueOptions()
public void setStringValue(java.lang.String... value)
|
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 | ||||||||