All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ContainedSeqHolder
java.lang.Object
|
+----org.omg.CORBA.ContainedSeqHolder
- public final class ContainedSeqHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.ContainedSeqHolder
- Source File org/omg/CORBA/ContainedSeqHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ContainedSeq
- Repository Identifier IDL:omg.org/CORBA/ContainedSeq:1.0
IDL definition:
typedef sequence<::CORBA::Contained> ContainedSeq;
-
value
-
-
ContainedSeqHolder()
-
-
ContainedSeqHolder(Contained[])
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public Contained value[]
ContainedSeqHolder
public ContainedSeqHolder()
ContainedSeqHolder
public ContainedSeqHolder(Contained value[])
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index