org.jacorb.orb
Class NVList

java.lang.Object
  extended by org.omg.CORBA.NVList
      extended by org.jacorb.orb.NVList

public class NVList
extends org.omg.CORBA.NVList


Method Summary
 org.omg.CORBA.NamedValue add_item(java.lang.String item_name, int item_flags)
           
 org.omg.CORBA.NamedValue add_value(java.lang.String item_name, org.omg.CORBA.Any value, int item_flags)
           
 org.omg.CORBA.NamedValue add(int item_flags)
           
 int count()
           
 org.omg.CORBA.NamedValue item(int index)
           
 java.util.Iterator iterator()
           
 void remove(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

count

public int count()
Specified by:
count in class org.omg.CORBA.NVList

add

public org.omg.CORBA.NamedValue add(int item_flags)
Specified by:
add in class org.omg.CORBA.NVList

add_item

public org.omg.CORBA.NamedValue add_item(java.lang.String item_name,
                                         int item_flags)
Specified by:
add_item in class org.omg.CORBA.NVList

add_value

public org.omg.CORBA.NamedValue add_value(java.lang.String item_name,
                                          org.omg.CORBA.Any value,
                                          int item_flags)
Specified by:
add_value in class org.omg.CORBA.NVList

item

public org.omg.CORBA.NamedValue item(int index)
                              throws org.omg.CORBA.Bounds
Specified by:
item in class org.omg.CORBA.NVList
Throws:
org.omg.CORBA.Bounds

remove

public void remove(int index)
            throws org.omg.CORBA.Bounds
Specified by:
remove in class org.omg.CORBA.NVList
Throws:
org.omg.CORBA.Bounds

iterator

public java.util.Iterator iterator()