org.jacorb.orb
Class NVList
java.lang.Object
org.omg.CORBA.NVList
org.jacorb.orb.NVList
- public class NVList
- extends NVList
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
count
public int count()
- Specified by:
count
in class NVList
add
public NamedValue add(int item_flags)
- Specified by:
add
in class NVList
add_item
public NamedValue add_item(java.lang.String item_name,
int item_flags)
- Specified by:
add_item
in class NVList
add_value
public NamedValue add_value(java.lang.String item_name,
Any value,
int item_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
enumerate
public java.util.Enumeration enumerate()