public class NativeDefHelper
extends java.lang.Object
| Constructor and Description |
|---|
NativeDefHelper() |
| Modifier and Type | Method and Description |
|---|---|
static NativeDef |
extract(Any a)
Extract NativeDef from an any
|
static java.lang.String |
id()
Return the NativeDef IDL ID
|
static void |
insert(Any a,
NativeDef t)
Insert NativeDef into an any
|
static NativeDef |
narrow(Object obj)
Narrow CORBA::Object to NativeDef
|
static NativeDef |
read(InputStream istream)
Read NativeDef from a marshalled stream
|
static TypeCode |
type()
Return the NativeDef TypeCode
|
static NativeDef |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to NativeDef
|
static void |
write(OutputStream ostream,
NativeDef value)
Write NativeDef into a marshalled stream
|
public static void insert(Any a, NativeDef t)
a - an anyt - NativeDef valuepublic static NativeDef extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static NativeDef read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, NativeDef value)
ostream - the output streamvalue - NativeDef valuepublic static NativeDef narrow(Object obj)
obj - the CORBA Object