All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.UnionDefHelper

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

public abstract class UnionDefHelper
extends Object

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;
};


Constructor Index

 o UnionDefHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, UnionDef)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, UnionDef)

Constructors

 o UnionDefHelper
public UnionDefHelper()

Methods

 o narrow
public static UnionDef narrow(Object object)
 o bind
public static UnionDef bind(ORB orb)
 o bind
public static UnionDef bind(ORB orb,
                            String name)
 o bind
public static UnionDef bind(ORB orb,
                            String name,
                            String host,
                            BindOptions options)
 o read
public static UnionDef read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         UnionDef value)
 o insert
public static void insert(Any any,
                          UnionDef value)
 o extract
public static UnionDef extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index