org.omg.CORBA
public abstract class ValueMemberHelper extends Object
Constructor and Description |
---|
ValueMemberHelper() |
Modifier and Type | Method and Description |
---|---|
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.
|
public ValueMemberHelper()
public static void insert(Any a, ValueMember that)
public static ValueMember extract(Any a)
public static String id()
public static ValueMember read(InputStream istream)
public static void write(OutputStream ostream, ValueMember value)