|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.NVList
org.openorb.orb.core.dii.NVList
public class NVList
This class is the implementation of the NVList OMG class. It manages a list of NamedValue.
NamedValue
Constructor Summary | |
---|---|
NVList(org.omg.CORBA.ORB orb)
Constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NVList(org.omg.CORBA.ORB orb)
Method Detail |
---|
public int count()
count
in class org.omg.CORBA.NVList
public org.omg.CORBA.NamedValue add(int flags)
add
in class org.omg.CORBA.NVList
public org.omg.CORBA.NamedValue add_item(java.lang.String item_name, int flags)
add_item
in class org.omg.CORBA.NVList
public 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.NVList
public 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.NVList
org.omg.CORBA.Bounds
public void remove(int index) throws org.omg.CORBA.Bounds
remove
in class org.omg.CORBA.NVList
org.omg.CORBA.Bounds
public 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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |