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