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