org.omg.CORBA
Class LocalInterfaceDefHelper

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

public class LocalInterfaceDefHelper
extends java.lang.Object


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

Constructor Detail

LocalInterfaceDefHelper

public LocalInterfaceDefHelper()
Method Detail

insert

public static void insert(Any a,
                          LocalInterfaceDef t)

extract

public static LocalInterfaceDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static LocalInterfaceDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         LocalInterfaceDef value)

narrow

public static LocalInterfaceDef narrow(Object obj)

unchecked_narrow

public static LocalInterfaceDef unchecked_narrow(Object obj)