All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.EstructDefHolder

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

public final class EstructDefHolder
extends Object
implements Streamable

IDL definition:
interface EstructDef : ::CORBA::TypedefDef, ::CORBA::Container {
readonly attribute TypeCode base;
attribute ::CORBA::EstructDef base_def;
attribute ::CORBA::StructMemberSeq members;
};


Variable Index

 o value

Constructor Index

 o EstructDefHolder()
 o EstructDefHolder(EstructDef)

Method Index

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

Variables

 o value
 public EstructDef value

Constructors

 o EstructDefHolder
 public EstructDefHolder()
 o EstructDefHolder
 public EstructDefHolder(EstructDef 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