All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.DynArrayHolder
interface DynArray : ::CORBA::DynAny { ::CORBA::AnySeq get_elements(); void set_elements( in ::CORBA::AnySeq value ) raises( ::CORBA::DynAny::InvalidSeq ); };
public DynArray value
public DynArrayHolder()
public DynArrayHolder(DynArray value)
public void _read(InputStream input)
public void _write(OutputStream output)
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index