org.omg.CORBA

Class StructMemberHelper

public abstract class StructMemberHelper extends Object

Defines a helper operations for StructMember.
Method Summary
static StructMemberextract(Any a)
Extract the structure member from the given Any.
static Stringid()
Return the StructMember repository id.
static voidinsert(Any a, StructMember that)
Insert the structure member into the given Any.
static StructMemberread(InputStream istream)
Read the StructMember from the input stream.
static TypeCodetype()
Get a typecode for the StructMember.
static voidwrite(OutputStream ostream, StructMember value)
Write the StructMember to the input stream.

Method Detail

extract

public static StructMember extract(Any a)
Extract the structure member from the given Any.

id

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

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

insert

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

read

public static StructMember read(InputStream istream)
Read the StructMember from the input stream.

type

public static TypeCode type()
Get a typecode for the StructMember.

write

public static void write(OutputStream ostream, StructMember value)
Write the StructMember to the input stream.