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