org.omg.CORBA
public final class ParameterModeHolder extends Object implements Streamable
| Field Summary | |
|---|---|
| ParameterMode | value
The stored ParameterMode value. |
| Constructor Summary | |
|---|---|
| ParameterModeHolder()
Create the uninitialised instance. | |
| ParameterModeHolder(ParameterMode initialValue)
Create the initialised instance. | |
| Method Summary | |
|---|---|
| void | _read(InputStream in)
Fill in the {@link #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. |
Parameters: initialValue