org.omg.CORBA
Class ArrayDefHelper

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

public class ArrayDefHelper
extends java.lang.Object


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

Constructor Detail

ArrayDefHelper

public ArrayDefHelper()
Method Detail

insert

public static void insert(Any a,
                          ArrayDef t)

extract

public static ArrayDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ArrayDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ArrayDef value)

narrow

public static ArrayDef narrow(Object obj)

unchecked_narrow

public static ArrayDef unchecked_narrow(Object obj)