All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.EnumDefHolder

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

public final class EnumDefHolder
extends Object
implements Streamable

IDL definition:
interface EnumDef : ::CORBA::TypedefDef {
attribute ::CORBA::EnumMemberSeq members;
};


Variable Index

 o value

Constructor Index

 o EnumDefHolder()
 o EnumDefHolder(EnumDef)

Method Index

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

Variables

 o value
 public EnumDef value

Constructors

 o EnumDefHolder
 public EnumDefHolder()
 o EnumDefHolder
 public EnumDefHolder(EnumDef 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