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 DynUnionstatic Stringid()static voidstatic DynUnionstatic DynUnionread(InputStream istream) static TypeCodetype()static DynUnionunchecked_narrow(Object obj) static voidwrite(OutputStream ostream, DynUnion value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
DynUnionHelper
public DynUnionHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-