org.omg.CORBA
Class EnumDefHelper

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

public class EnumDefHelper
extends java.lang.Object


Constructor Summary
EnumDefHelper()
           
 
Method Summary
static EnumDef extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, EnumDef t)
           
static EnumDef narrow(Object obj)
           
static EnumDef read(InputStream istream)
           
static TypeCode type()
           
static EnumDef unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, EnumDef value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumDefHelper

public EnumDefHelper()
Method Detail

insert

public static void insert(Any a,
                          EnumDef t)

extract

public static EnumDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static EnumDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         EnumDef value)

narrow

public static EnumDef narrow(Object obj)

unchecked_narrow

public static EnumDef unchecked_narrow(Object obj)