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