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