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