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