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