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