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