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