All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ContainedSeqHelper
java.lang.Object
|
+----org.omg.CORBA.ContainedSeqHelper
- public abstract class ContainedSeqHelper
- extends Object
- Java Class org.omg.CORBA.ContainedSeqHelper
- Source File org/omg/CORBA/ContainedSeqHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ContainedSeq
- Repository Identifier IDL:omg.org/CORBA/ContainedSeq:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<::CORBA::Contained> ContainedSeq;
ContainedSeqHelper()
-
extract(Any)
-
id()
-
insert(Any, Contained[])
-
read(InputStream)
-
type()
-
write(OutputStream, Contained[])
-
ContainedSeqHelper
public ContainedSeqHelper()
read
public static Contained[] read(InputStream _input)
write
public static void write(OutputStream _output,
Contained[] value)
insert
public static void insert(Any any,
Contained[] value)
extract
public static Contained[] extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index