Package org.omg.DynamicAny
Class DynValueCommonHelper
java.lang.Object
org.omg.DynamicAny.DynValueCommonHelper
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynValueCommon
static String
id()
static void
insert
(Any a, DynValueCommon that) static DynValueCommon
static DynValueCommon
read
(InputStream istream) static TypeCode
type()
static DynValueCommon
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, DynValueCommon value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
DynValueCommonHelper
public DynValueCommonHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-