All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.AliasDefHolder

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

public final class AliasDefHolder
extends Object
implements Streamable

IDL definition:
interface AliasDef : ::CORBA::TypedefDef {
attribute ::CORBA::IDLType original_type_def;
};


Variable Index

 o value

Constructor Index

 o AliasDefHolder()
 o AliasDefHolder(AliasDef)

Method Index

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

Variables

 o value
 public AliasDef value

Constructors

 o AliasDefHolder
 public AliasDefHolder()
 o AliasDefHolder
 public AliasDefHolder(AliasDef 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