|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ModuleDescriptionHelper
public class ModuleDescriptionHelper
Helper class for : ModuleDescription
Constructor Summary | |
---|---|
ModuleDescriptionHelper()
|
Method Summary | |
---|---|
static ModuleDescription |
extract(Any a)
Extract ModuleDescription from an any |
static java.lang.String |
id()
Return the ModuleDescription IDL ID |
static void |
insert(Any a,
ModuleDescription t)
Insert ModuleDescription into an any |
static ModuleDescription |
read(InputStream istream)
Read ModuleDescription from a marshalled stream |
static TypeCode |
type()
Return the ModuleDescription TypeCode |
static void |
write(OutputStream ostream,
ModuleDescription value)
Write ModuleDescription 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 ModuleDescriptionHelper()
Method Detail |
---|
public static void insert(Any a, ModuleDescription t)
a
- an anyt
- ModuleDescription valuepublic static ModuleDescription extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static ModuleDescription read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, ModuleDescription value)
ostream
- the output streamvalue
- ModuleDescription value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |