Package org.omg.DynamicAny
Class DynValueCommonHelper
- java.lang.Object
-
- org.omg.DynamicAny.DynValueCommonHelper
-
public abstract class DynValueCommonHelper extends java.lang.ObjectDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
-
-
Field Summary
Fields Modifier and Type Field Description private static TypeCode__typeCodeprivate static java.lang.String_id
-
Constructor Summary
Constructors Constructor Description DynValueCommonHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DynValueCommonextract(Any a)static java.lang.Stringid()static voidinsert(Any a, DynValueCommon that)static DynValueCommonnarrow(Object obj)static DynValueCommonread(InputStream istream)static TypeCodetype()static DynValueCommonunchecked_narrow(Object obj)static voidwrite(OutputStream ostream, DynValueCommon value)
-
-
-
Field Detail
-
_id
private static java.lang.String _id
-
__typeCode
private static TypeCode __typeCode
-
-
Method Detail
-
insert
public static void insert(Any a, DynValueCommon that)
-
extract
public static DynValueCommon extract(Any a)
-
type
public static TypeCode type()
-
id
public static java.lang.String id()
-
read
public static DynValueCommon read(InputStream istream)
-
write
public static void write(OutputStream ostream, DynValueCommon value)
-
narrow
public static DynValueCommon narrow(Object obj)
-
unchecked_narrow
public static DynValueCommon unchecked_narrow(Object obj)
-
-