|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
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
public class 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)
|
Method Summary |
---|
Methods inherited from class oracle.jbo.NameValuePairs |
---|
clear, getAttribute, getAttribute, getAttributeCount, getAttributeIndexOf, getAttributeNames, getAttributeValues, getExprVarVal, setAttribute, setAttribute, setExprVarVal |
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 Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |