|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-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 ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.