All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.AttrDescriptionSeqHolder

java.lang.Object
   |
   +----org.omg.CORBA.AttrDescriptionSeqHolder

public final class AttrDescriptionSeqHolder
extends Object
implements Streamable

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


Variable Index

 o value

Constructor Index

 o AttrDescriptionSeqHolder()
 o AttrDescriptionSeqHolder(AttributeDescription[])

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public AttributeDescription value[]

Constructors

 o AttrDescriptionSeqHolder
 public AttrDescriptionSeqHolder()
 o AttrDescriptionSeqHolder
 public AttrDescriptionSeqHolder(AttributeDescription value[])

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index