org.omg.CORBA

Class ValueMemberHelper

public abstract class ValueMemberHelper extends Object

The helper operations for the value member.
Method Summary
static ValueMemberextract(Any a)
Extract the value member from the given Any.
static Stringid()
Return the ValueMember repository id.
static voidinsert(Any a, ValueMember that)
Insert the value member into the given Any.
static ValueMemberread(InputStream istream)
Reads the value member from the given stream.
static TypeCodetype()
Create a typecode for this value member.
static voidwrite(OutputStream ostream, ValueMember value)
Writes the value member to the given stream.

Method Detail

extract

public static ValueMember extract(Any a)
Extract the value member from the given Any.

id

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

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

insert

public static void insert(Any a, ValueMember that)
Insert the value member into the given Any.

read

public static ValueMember read(InputStream istream)
Reads the value member from the given stream.

type

public static TypeCode type()
Create a typecode for this value member.

write

public static void write(OutputStream ostream, ValueMember value)
Writes the value member to the given stream.