|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ValueMemberHelper
public abstract class ValueMemberHelper
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 |
---|
public ValueMemberHelper()
Method Detail |
---|
public static void insert(Any a, ValueMember that)
public static ValueMember extract(Any a)
public static TypeCode type()
public static String id()
public static ValueMember read(InputStream istream)
public static void write(OutputStream ostream, ValueMember value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |