public class ModuleDefHelper
extends java.lang.Object
| Constructor and Description |
|---|
ModuleDefHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 Object