Package org.omg.DynamicAny
Class DynUnionHelper
java.lang.Object
org.omg.DynamicAny.DynUnionHelper
DynUnion objects support the manipulation of IDL unions.
A union can have only two valid current positions:
- zero, which denotes the discriminator
- one, which denotes the active member
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynUnion
static String
id()
static void
static DynUnion
static DynUnion
read
(InputStream istream) static TypeCode
type()
static DynUnion
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, DynUnion value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
DynUnionHelper
public DynUnionHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-