org.omg.CORBA
Class ValueBoxDefHelper

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

public class ValueBoxDefHelper
extends java.lang.Object


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

Constructor Detail

ValueBoxDefHelper

public ValueBoxDefHelper()
Method Detail

insert

public static void insert(Any a,
                          ValueBoxDef t)

extract

public static ValueBoxDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ValueBoxDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ValueBoxDef value)

narrow

public static ValueBoxDef narrow(Object obj)

unchecked_narrow

public static ValueBoxDef unchecked_narrow(Object obj)