|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.UnionDefHelper
Helper class for : UnionDef
Constructor Summary | |
UnionDefHelper()
|
Method Summary | |
static UnionDef |
extract(Any a)
Extract UnionDef from an any |
static java.lang.String |
id()
Return the UnionDef IDL ID |
static void |
insert(Any a,
UnionDef t)
Insert UnionDef into an any |
static UnionDef |
narrow(Object obj)
Narrow CORBA::Object to UnionDef |
static UnionDef |
read(InputStream istream)
Read UnionDef from a marshalled stream |
static TypeCode |
type()
Return the UnionDef TypeCode |
static UnionDef |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to UnionDef |
static void |
write(OutputStream ostream,
UnionDef value)
Write UnionDef into a marshalled stream |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnionDefHelper()
Method Detail |
public static void insert(Any a, UnionDef t)
a
- an anyt
- UnionDef valuepublic static UnionDef extract(Any a)
a
- an anypublic static TypeCode type()
public static java.lang.String id()
public static UnionDef read(InputStream istream)
istream
- the input streampublic static void write(OutputStream ostream, UnionDef value)
ostream
- the output streamvalue
- UnionDef valuepublic static UnionDef narrow(Object obj)
obj
- the CORBA Objectpublic static UnionDef unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |