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

IDL definition:
typedef sequence<::CORBA::AttributeDescription> AttrDescriptionSeq;


Constructor Index

 o AttrDescriptionSeqHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, AttributeDescription[])
 o read(InputStream)
 o type()
 o write(OutputStream, AttributeDescription[])

Constructors

 o AttrDescriptionSeqHelper
 public AttrDescriptionSeqHelper()

Methods

 o read
 public static AttributeDescription[] read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          AttributeDescription value[])
 o insert
 public static void insert(Any any,
                           AttributeDescription value[])
 o extract
 public static AttributeDescription[] extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index