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