API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. NVList View Source
Author(s)
Since
JDK1.2
Version
1.14 ,09/09/97
Serial
Hierarchy
 Object
      NVList
Implements
Subclasses
Description
publicabstract abstract class NVList
  A modifiable list containing NamedValue objects.
Constructors
public NVList ()
Methods
Hide/Show inherited methods
publicabstract NamedValue add_item (String item_name, int flags)
  Creates a new NamedValue object initialized with the given name and flag, and adds it to the end of this NVList object.
publicabstract NamedValue add_value (String item_name, Any val, int flags)
  Creates a new NamedValue object initialized with the given name, value, and flag, and adds it to the end of this NVList object.
publicabstract NamedValue add (int flags)
  Creates a new NamedValue object initialized with the given flag and adds it to the end of this NVList object.
publicabstract int count ()
  Returns the number of NamedValue objects that have been added to this NVList object.
publicabstract NamedValue item (int index) throws Bounds
  Retrieves the NamedValue object at the given index.
publicabstract void remove (int index) throws Bounds
  Removes the NamedValue object at the given index.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar