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