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