|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.NVList | +--org.openorb.CORBA.dii.NVList
This class is the implementation of the NVList OMG class. It manages a list of NamedValue.
NamedValue
Constructor Summary | |
NVList(ORB orb)
Constructor |
Method Summary | |
NamedValue |
add_item(java.lang.String item_name,
int flags)
Add a named value into the list by supplying a flag and a name. |
NamedValue |
add_value(java.lang.String item_name,
Any val,
int flags)
Add a named value into the list by supplying a flag, a name and a value. |
NamedValue |
add(int flags)
Add a named value into the list by supplying a flag. |
void |
add(NamedValue nv)
Add a named value into the list |
int |
count()
Return the nv list size |
void |
insert(java.lang.String item_name,
Any val,
int flags,
int index)
Insert a NamedValue to a specified index |
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NVList(ORB orb)
Method Detail |
public int count()
count
in class NVList
public NamedValue add(int flags)
add
in class NVList
public NamedValue add_item(java.lang.String item_name, int flags)
add_item
in class NVList
public NamedValue add_value(java.lang.String item_name, Any val, int flags)
add_value
in class NVList
public void add(NamedValue nv)
public NamedValue item(int index) throws Bounds
item
in class NVList
public void remove(int index) throws Bounds
remove
in class NVList
public void insert(java.lang.String item_name, Any val, int flags, int index) throws Bounds
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |