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