org.omg.CORBA
Class ModuleDefHelper

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

public class ModuleDefHelper
extends java.lang.Object


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

Constructor Detail

ModuleDefHelper

public ModuleDefHelper()
Method Detail

insert

public static void insert(Any a,
                          ModuleDef t)

extract

public static ModuleDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ModuleDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ModuleDef value)

narrow

public static ModuleDef narrow(Object obj)

unchecked_narrow

public static ModuleDef unchecked_narrow(Object obj)