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