public final class ACTIVITY_REQUIREDHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
ACTIVITY_REQUIRED |
value
Internal ACTIVITY_REQUIRED value
|
| Constructor and Description |
|---|
ACTIVITY_REQUIREDHolder()
Default constructor
|
ACTIVITY_REQUIREDHolder(ACTIVITY_REQUIRED initial)
Constructor with value initialisation
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream istream)
Read ACTIVITY_REQUIRED from a marshalled stream
|
TypeCode |
_type()
Return the ACTIVITY_REQUIRED TypeCode
|
void |
_write(OutputStream ostream)
Write ACTIVITY_REQUIRED into a marshalled stream
|
public ACTIVITY_REQUIRED value
public ACTIVITY_REQUIREDHolder()
public ACTIVITY_REQUIREDHolder(ACTIVITY_REQUIRED 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