Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.server
Class AttributeListImpl

java.lang.Object
  extended by oracle.jbo.NameValuePairs
      extended by oracle.jbo.server.AttributeListImpl
All Implemented Interfaces:
AttributeList, ExprValueSupplier

public class AttributeListImpl
extends NameValuePairs

The middle-tier manager for name/value pairs.

This class provides methods for setting and getting values either by index or by name.

Since:
JDeveloper 3.0

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

AttributeListImpl

public AttributeListImpl()
Creates an empty attribute list.


AttributeListImpl

public AttributeListImpl(int size)
Constructs a new attribute list with a specified initial capacity.

Parameters:
size - the initial cacpacity.

AttributeListImpl

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

Copyright © 1997, 2011, Oracle. All rights reserved.