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