org.omg.CORBA

Class UnionMemberHelper

public abstract class UnionMemberHelper extends Object

A helper operations for the union member.
Method Summary
static UnionMemberextract(Any a)
Extract the union member from the given Any.
static Stringid()
Return the UnionMember repository id.
static voidinsert(Any a, UnionMember that)
Inset the union member into the given Any.
static UnionMemberread(InputStream istream)
Read the union member from the given stream.
static TypeCodetype()
Create and return the typecode for this union member.
static voidwrite(OutputStream ostream, UnionMember value)
Write the union member to the given stream.

Method Detail

extract

public static UnionMember extract(Any a)
Extract the union member from the given Any.

id

public static String id()
Return the UnionMember repository id.

Returns: "IDL:omg.org/CORBA/UnionMember:1.0", always.

insert

public static void insert(Any a, UnionMember that)
Inset the union member into the given Any.

read

public static UnionMember read(InputStream istream)
Read the union member from the given stream.

type

public static TypeCode type()
Create and return the typecode for this union member.

write

public static void write(OutputStream ostream, UnionMember value)
Write the union member to the given stream.