public final class ACTIVITY_COMPLETEDHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
ACTIVITY_COMPLETED |
value
Internal ACTIVITY_COMPLETED value
|
| Constructor and Description |
|---|
ACTIVITY_COMPLETEDHolder()
Default constructor
|
ACTIVITY_COMPLETEDHolder(ACTIVITY_COMPLETED initial)
Constructor with value initialisation
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream istream)
Read ACTIVITY_COMPLETED from a marshalled stream
|
TypeCode |
_type()
Return the ACTIVITY_COMPLETED TypeCode
|
void |
_write(OutputStream ostream)
Write ACTIVITY_COMPLETED into a marshalled stream
|
public ACTIVITY_COMPLETED value
public ACTIVITY_COMPLETEDHolder()
public ACTIVITY_COMPLETEDHolder(ACTIVITY_COMPLETED initial)
initial - the initial valuepublic void _read(InputStream istream)
_read in interface Streamableistream - the input streampublic void _write(OutputStream ostream)
_write in interface Streamableostream - the output streampublic TypeCode _type()
_type in interface Streamable