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