|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.UnionMemberHelper
public abstract class UnionMemberHelper
A helper operations for the union member.
Constructor Summary | |
---|---|
UnionMemberHelper()
|
Method Summary | |
---|---|
static UnionMember |
extract(Any a)
Extract the union member from the given Any. |
static String |
id()
Return the UnionMember repository id. |
static void |
insert(Any a,
UnionMember that)
Inset the union member into the given Any. |
static UnionMember |
read(InputStream istream)
Read the union member from the given stream. |
static TypeCode |
type()
Create and return the typecode for this union member. |
static void |
write(OutputStream ostream,
UnionMember value)
Write the union 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 UnionMemberHelper()
Method Detail |
---|
public static void insert(Any a, UnionMember that)
public static UnionMember extract(Any a)
public static TypeCode type()
public static String id()
public static UnionMember read(InputStream istream)
public static void write(OutputStream ostream, UnionMember value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |