Class DynValueBoxHelper
java.lang.Object
org.omg.DynamicAny.DynValueBoxHelper
DynValueBox objects support the manipulation of IDL boxed value types.
The DynValueBox interface can represent both null and non-null value types.
For a DynValueBox representing a non-null value type, the DynValueBox has a single component
of the boxed type. A DynValueBox representing a null value type has no components
and a current position of -1.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynValueBoxstatic Stringid()static voidinsert(Any a, DynValueBox that) static DynValueBoxstatic DynValueBoxread(InputStream istream) static TypeCodetype()static DynValueBoxunchecked_narrow(Object obj) static voidwrite(OutputStream ostream, DynValueBox value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
DynValueBoxHelper
public DynValueBoxHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-