org.omg.CORBA
Class FixedDefHelper

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

public class FixedDefHelper
extends java.lang.Object


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

Constructor Detail

FixedDefHelper

public FixedDefHelper()
Method Detail

insert

public static void insert(Any a,
                          FixedDef t)

extract

public static FixedDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static FixedDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         FixedDef value)

narrow

public static FixedDef narrow(Object obj)

unchecked_narrow

public static FixedDef unchecked_narrow(Object obj)