|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.NameValuePairs
oracle.jbo.server.AttributeListImpl
The middle-tier manager for name/value pairs.
This class provides methods for setting and getting values either by index or by name.
| Constructor Summary | |
AttributeListImpl()Creates an empty attribute list. |
|
AttributeListImpl(int size)Constructs a new attribute list with a specified initial capacity. |
|
AttributeListImpl(java.lang.String[] nameArr, java.lang.Object[] valArr) |
|
| Methods inherited from class oracle.jbo.NameValuePairs |
clear, getAttribute, getAttribute, getAttributeCount, getAttributeIndexOf, getAttributeNames, getAttributeValues, setAttribute, setAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeListImpl()
public AttributeListImpl(int size)
size - the initial cacpacity.
public AttributeListImpl(java.lang.String[] nameArr,
java.lang.Object[] valArr)
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||