Uses of Class org.omg.CORBA.UnionMember

Uses in package org.omg.CORBA

Methods with parameter type org.omg.CORBA.UnionMember

TypeCode
ORB.create_union_tc(String id, String name, TypeCode discriminator, UnionMember[] members)
Create the typecode, defining the given IDL union.
void
Inset the union member into the given Any.
void
Write the union member to the given stream.

Methods with return type org.omg.CORBA.UnionMember

UnionMember
Extract the union member from the given Any.
UnionMember
Read the union member from the given stream.