|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
oracle.rules.sdk.editor.datamodel.ModelComponentTable
oracle.rules.sdk.editor.datamodel.PropertyTable
A list of properties
| Constructor Summary | |
PropertyTable(DataModel dm) |
|
| Method Summary | |
Property |
add()Create a Property and add it to the Property table |
Property |
getProperty(int index)get a property by index |
Property |
getProperty(java.lang.String id)get a property by id |
Property |
getPropertyByName(java.lang.String name)get a property by name |
java.lang.Object |
removeByID(java.lang.String id)Remove a property by id. |
java.lang.Object |
removeByName(java.lang.String name)Remove a property by name. |
| Methods inherited from class oracle.rules.sdk.editor.datamodel.ModelComponentTable |
getParent, mark, removeMarked |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Constructor Detail |
public PropertyTable(DataModel dm)
| Method Detail |
public Property add()
public Property getProperty(int index)
index - the index of the property listpublic Property getProperty(java.lang.String id)
id - the id of the property requestedpublic Property getPropertyByName(java.lang.String name)
name - the name of the property requested
public java.lang.Object removeByID(java.lang.String id)
throws DeleteException
removeByID in class ModelComponentTableid - the id of the property to be removedthrown - if it is a Java propertyDeleteException
public java.lang.Object removeByName(java.lang.String name)
throws DeleteException
name - the name of the property to be removedthrown - if it is a Java propertyDeleteException
|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||