org.apache.yoko.orb.CORBA
Class NVList
java.lang.Object
org.omg.CORBA.NVList
org.apache.yoko.orb.CORBA.NVList
public final class NVList
- extends NVList
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NVList
public NVList(ORB orb)
NVList
public NVList(ORB orb,
int n)
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.