|
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.DictionaryObject
oracle.rules.sdk2.dictionary.DictionaryComponentTable<T>
oracle.rules.sdk2.ruleset.RuleComponentTable<T>
oracle.rules.sdk2.decisiontable.DTComponentTable<T>
public abstract class DTComponentTable<T extends RuleComponent>
| Field Summary |
|---|
| Fields inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable |
|---|
SORT, SORT_ASCEND, SORT_DECEND |
| Method Summary | |
|---|---|
RuleSheet |
parentRuleSheet()Get the containing rule sheet. |
T |
set(int index, T element)Used internally by subclasses. |
| Methods inherited from class oracle.rules.sdk2.ruleset.RuleComponentTable |
|---|
getParent |
| Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable |
|---|
add, add, add, clear, contains, containsAll, copyTo, cut, get, getAEReferences, getAllReferences, getByAlias, getByID, getByName, getLast, getMarked, indexOf, isEmpty, isLocked, iterator, listIterator, listIterator, mark, move, move, paste, remove, remove, removeAll, removeByAlias, removeByID, removeByName, removeMarked, reorder, size, sort, sort, sort, subList, toArray, toArray, unMark, validate, validate |
| Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject |
|---|
equals, exists, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getLevel, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
add, addAll, addAll, equals, hashCode, lastIndexOf, retainAll |
| Method Detail |
|---|
public RuleSheet parentRuleSheet()
public T set(int index,
T element)
DictionaryComponentTableset in interface java.util.List<T extends RuleComponent>set in class DictionaryComponentTable<T extends RuleComponent>index - at which to replace the new row.element - to replace existing, must be of correct type for table.
|
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 | ||||||||