All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.EnumDefHelper

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

public abstract class EnumDefHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface EnumDef : ::CORBA::TypedefDef {
attribute ::CORBA::EnumMemberSeq members;
};


Constructor Index

 o EnumDefHelper()

Method Index

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

Constructors

 o EnumDefHelper
public EnumDefHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index