org.omg.CORBA
public abstract class UnionMemberHelper extends Object
Method Summary | |
---|---|
static UnionMember | extract(Any a)
Extract the union member from the given Any. |
static String | id()
Return the UnionMember repository id.
|
static void | insert(Any a, UnionMember that)
Inset the union member into the given Any. |
static UnionMember | read(InputStream istream)
Read the union member from the given stream. |
static TypeCode | type()
Create and return the typecode for this union member. |
static void | write(OutputStream ostream, UnionMember value)
Write the union member to the given stream. |
Returns: "IDL:omg.org/CORBA/UnionMember:1.0", always.