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