org.omg.CORBA
public abstract class ValueMemberHelper extends Object
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. |
Returns: "IDL:omg.org/CORBA/ValueMember:1.0", always.