All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.UnionDefHolder

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

public final class UnionDefHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "omg.org/CORBA"
interface UnionDef : ::CORBA::TypedefDef, ::CORBA::Container {
readonly attribute TypeCode discriminator_type;
attribute ::CORBA::IDLType discriminator_type_def;
attribute ::CORBA::UnionMemberSeq members;
};


Variable Index

 o value

Constructor Index

 o UnionDefHolder()
 o UnionDefHolder(UnionDef)

Method Index

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

Variables

 o value
public UnionDef value

Constructors

 o UnionDefHolder
public UnionDefHolder()
 o UnionDefHolder
public UnionDefHolder(UnionDef 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