org.omg.CORBA
Class StructMemberHelper

java.lang.Object
  extended by org.omg.CORBA.StructMemberHelper

public abstract class StructMemberHelper
extends Object

Defines a helper operations for StructMember.


Constructor Summary
StructMemberHelper()
           
 
Method Summary
static StructMember extract(Any a)
          Extract the structure member from the given Any.
static String id()
          Return the StructMember repository id.
static void insert(Any a, StructMember that)
          Insert the structure member into the given Any.
static StructMember read(InputStream istream)
          Read the StructMember from the input stream.
static TypeCode type()
          Get a typecode for the StructMember.
static void write(OutputStream ostream, StructMember value)
          Write the StructMember to the input stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructMemberHelper

public StructMemberHelper()
Method Detail

insert

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


extract

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


type

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


id

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

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

read

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


write

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