All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ArrayDefHolder

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

public final class ArrayDefHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "omg.org/CORBA"
interface ArrayDef : ::CORBA::IDLType {
attribute unsigned long length;
readonly attribute TypeCode element_type;
attribute ::CORBA::IDLType element_type_def;
};


Variable Index

 o value

Constructor Index

 o ArrayDefHolder()
 o ArrayDefHolder(ArrayDef)

Method Index

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

Variables

 o value
public ArrayDef value

Constructors

 o ArrayDefHolder
public ArrayDefHolder()
 o ArrayDefHolder
public ArrayDefHolder(ArrayDef 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