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