org.omg.CORBA
Class NativeDefHelper

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

public class NativeDefHelper
extends java.lang.Object


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

Constructor Detail

NativeDefHelper

public NativeDefHelper()
Method Detail

insert

public static void insert(Any a,
                          NativeDef t)

extract

public static NativeDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static NativeDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         NativeDef value)

narrow

public static NativeDef narrow(Object obj)

unchecked_narrow

public static NativeDef unchecked_narrow(Object obj)