All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ParDescriptionSeqHolder
java.lang.Object
|
+----org.omg.CORBA.ParDescriptionSeqHolder
- public final class ParDescriptionSeqHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.ParDescriptionSeqHolder
- Source File org/omg/CORBA/ParDescriptionSeqHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ParDescriptionSeq
- Repository Identifier IDL:omg.org/CORBA/ParDescriptionSeq:1.0
IDL definition:
typedef sequence<::CORBA::ParameterDescription> ParDescriptionSeq;
-
value
-
-
ParDescriptionSeqHolder()
-
-
ParDescriptionSeqHolder(ParameterDescription[])
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public ParameterDescription value[]
ParDescriptionSeqHolder
public ParDescriptionSeqHolder()
ParDescriptionSeqHolder
public ParDescriptionSeqHolder(ParameterDescription 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