org.omg.CORBA
Class IDLTypeHelper
java.lang.Object
|
+--org.omg.CORBA.IDLTypeHelper
- public class IDLTypeHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDLTypeHelper
public IDLTypeHelper()
insert
public static void insert(Any a,
IDLType t)
extract
public static IDLType extract(Any a)
type
public static TypeCode type()
id
public static java.lang.String id()
read
public static IDLType read(InputStream istream)
write
public static void write(OutputStream ostream,
IDLType value)
narrow
public static IDLType narrow(Object obj)
unchecked_narrow
public static IDLType unchecked_narrow(Object obj)