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