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