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