org.apache.yoko.orb.CORBA
Class NVList

java.lang.Object
  extended by org.omg.CORBA.NVList
      extended by org.apache.yoko.orb.CORBA.NVList

public final class NVList
extends NVList


Constructor Summary
NVList(ORB orb)
           
NVList(ORB orb, int n)
           
 
Method Summary
 NamedValue add_item(String item_name, int flags)
           
 NamedValue add_value(String item_name, Any a, int flags)
           
 NamedValue add(int flags)
           
 int count()
           
 NamedValue item(int index)
           
 void remove(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NVList

public NVList(ORB orb)

NVList

public NVList(ORB orb,
              int n)
Method Detail

count

public int count()
Specified by:
count in class NVList

add

public NamedValue add(int flags)
Specified by:
add in class NVList

add_item

public NamedValue add_item(String item_name,
                           int flags)
Specified by:
add_item in class NVList

add_value

public NamedValue add_value(String item_name,
                            Any a,
                            int flags)
Specified by:
add_value in class NVList

item

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

remove

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.