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