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