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