public class NVList
extends org.omg.CORBA.NVList
NamedValue| Constructor and Description |
|---|
NVList(org.omg.CORBA.ORB orb)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.omg.CORBA.NamedValue |
add_item(java.lang.String item_name,
int flags)
Add a named value into the list by supplying a flag and a name.
|
org.omg.CORBA.NamedValue |
add_value(java.lang.String item_name,
org.omg.CORBA.Any val,
int flags)
Add a named value into the list by supplying a flag, a name and a value.
|
org.omg.CORBA.NamedValue |
add(int flags)
Add a named value into the list by supplying a flag.
|
void |
add(org.omg.CORBA.NamedValue nv)
Add a named value into the list
|
int |
count()
Return the nv list size
|
void |
insert(java.lang.String item_name,
org.omg.CORBA.Any val,
int flags,
int index)
Insert a NamedValue to a specified index
|
org.omg.CORBA.NamedValue |
item(int index)
Return a nv list item
|
void |
remove(int index)
Remove an item from the nv list
|
public int count()
count in class org.omg.CORBA.NVListpublic org.omg.CORBA.NamedValue add(int flags)
add in class org.omg.CORBA.NVListpublic org.omg.CORBA.NamedValue add_item(java.lang.String item_name,
int flags)
add_item in class org.omg.CORBA.NVListpublic org.omg.CORBA.NamedValue add_value(java.lang.String item_name,
org.omg.CORBA.Any val,
int flags)
add_value in class org.omg.CORBA.NVListpublic void add(org.omg.CORBA.NamedValue nv)
public org.omg.CORBA.NamedValue item(int index)
throws org.omg.CORBA.Bounds
item in class org.omg.CORBA.NVListorg.omg.CORBA.Boundspublic void remove(int index)
throws org.omg.CORBA.Bounds
remove in class org.omg.CORBA.NVListorg.omg.CORBA.Boundspublic void insert(java.lang.String item_name,
org.omg.CORBA.Any val,
int flags,
int index)
throws org.omg.CORBA.Bounds
org.omg.CORBA.Bounds