org.omg.CORBA
Class ValueMemberHelper

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

public abstract class ValueMemberHelper
extends Object

The helper operations for the value member.


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

Constructor Detail

ValueMemberHelper

public ValueMemberHelper()
Method Detail

insert

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


extract

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


type

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


id

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

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

read

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


write

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