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