All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.NVList
#pragma prefix "omg.org/CORBA" interface NVList { readonly attribute unsigned long count; ::CORBA::NamedValue add( in ::CORBA::Flags flags ); ::CORBA::NamedValue add_item( in ::CORBA::Identifier name, in ::CORBA::Flags flags ); ::CORBA::NamedValue add_value( in ::CORBA::Identifier name, in any value, in ::CORBA::Flags flags ); ::CORBA::NamedValue item( in unsigned long index ) raises( ::CORBA::Bounds ); void remove( in unsigned long index ) raises( ::CORBA::Bounds ); };
Operation: ::CORBA::NVList::add.
Operation: ::CORBA::NVList::add_item.
Operation: ::CORBA::NVList::add_value.
Reader for attribute: ::CORBA::NVList::count.
Operation: ::CORBA::NVList::item.
Operation: ::CORBA::NVList::remove.
public NVList()
public abstract int count()
Reader for attribute: ::CORBA::NVList::count.
#pragma prefix "omg.org/CORBA/NVList" readonly attribute unsigned long count;
public abstract NamedValue add(int flags)
Operation: ::CORBA::NVList::add.
#pragma prefix "omg.org/CORBA/NVList" ::CORBA::NamedValue add( in ::CORBA::Flags flags );
public abstract NamedValue add_item(String name, int flags)
Operation: ::CORBA::NVList::add_item.
#pragma prefix "omg.org/CORBA/NVList" ::CORBA::NamedValue add_item( in ::CORBA::Identifier name, in ::CORBA::Flags flags );
public abstract NamedValue add_value(String name, Any value, int flags)
Operation: ::CORBA::NVList::add_value.
#pragma prefix "omg.org/CORBA/NVList" ::CORBA::NamedValue add_value( in ::CORBA::Identifier name, in any value, in ::CORBA::Flags flags );
public abstract NamedValue item(int index) throws Bounds
Operation: ::CORBA::NVList::item.
#pragma prefix "omg.org/CORBA/NVList" ::CORBA::NamedValue item( in unsigned long index ) raises( ::CORBA::Bounds );
public abstract void remove(int index) throws Bounds
Operation: ::CORBA::NVList::remove.
#pragma prefix "omg.org/CORBA/NVList" void remove( in unsigned long index ) raises( ::CORBA::Bounds );
All Packages Class Hierarchy This Package Previous Next Index