public final class ParameterModeHolder extends java.lang.Object implements org.omg.CORBA.portable.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(org.omg.CORBA.portable.InputStream in)
Fill in the
value by data from the CDR stream. |
TypeCode |
_type()
Get the typecode of the ParameterMode.
|
void |
_write(org.omg.CORBA.portable.OutputStream out)
Write the stored value into the CDR stream.
|
public ParameterMode value
public ParameterModeHolder()
public ParameterModeHolder(ParameterMode initialValue)
initialValue - public void _read(org.omg.CORBA.portable.InputStream in)
value by data from the CDR stream._read in interface org.omg.CORBA.portable.Streamablein - the input stream to read from.public TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamableout - the output stream to write into.