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