|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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 |
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)
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||