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