org.omg.CORBA
public final class ParameterModeHolder extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
ParameterMode |
value
The stored ParameterMode value.
|
Constructor and Description |
---|
ParameterModeHolder()
Create the uninitialised instance.
|
ParameterModeHolder(ParameterMode initialValue)
Create the initialised instance.
|
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream in)
Fill in the
value by data from the CDR stream. |
TypeCode |
_type()
Get the typecode of the ParameterMode.
|
void |
_write(OutputStream out)
Write the stored value into the CDR stream.
|
public ParameterMode value
public ParameterModeHolder()
public ParameterModeHolder(ParameterMode initialValue)
initialValue
- public void _read(InputStream in)
value
by data from the CDR stream._read
in interface Streamable
in
- the input stream to read from.public TypeCode _type()
_type
in interface Streamable
public void _write(OutputStream out)
_write
in interface Streamable
out
- the output stream to write into.