Package org.omg.DynamicAny
Class DynValueCommonHelper
- java.lang.Object
-
- org.omg.DynamicAny.DynValueCommonHelper
-
public abstract class DynValueCommonHelper extends java.lang.Object
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
-
-
Field Summary
Fields Modifier and Type Field Description private static TypeCode
__typeCode
private 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 DynValueCommon
extract(Any a)
static java.lang.String
id()
static void
insert(Any a, DynValueCommon that)
static DynValueCommon
narrow(Object obj)
static DynValueCommon
read(InputStream istream)
static TypeCode
type()
static DynValueCommon
unchecked_narrow(Object obj)
static void
write(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)
-
-