|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 |
clone, equals, finalize, 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 any
public static TypeCode type()
public static java.lang.String id()
public static ModuleDef read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, ModuleDef value)
ostream
- the output streamvalue
- ModuleDef valuepublic static ModuleDef narrow(Object obj)
obj
- the CORBA Object
public static ModuleDef unchecked_narrow(Object obj)
obj
- the CORBA Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |