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