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