org.omg.CORBA
Class ParameterModeHolder

java.lang.Object
  extended by org.omg.CORBA.ParameterModeHolder
All Implemented Interfaces:
Streamable

public final class ParameterModeHolder
extends Object
implements Streamable

The holder for ParameterMode.


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 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public ParameterMode value
The stored ParameterMode value.

Constructor Detail

ParameterModeHolder

public ParameterModeHolder()
Create the uninitialised instance.


ParameterModeHolder

public ParameterModeHolder(ParameterMode initialValue)
Create the initialised instance.

Parameters:
initialValue -
Method Detail

_read

public void _read(InputStream in)
Fill in the value by data from the CDR stream.

Specified by:
_read in interface Streamable
Parameters:
in - the input stream to read from.

_type

public TypeCode _type()
Get the typecode of the ParameterMode.

Specified by:
_type in interface Streamable

_write

public void _write(OutputStream out)
Write the stored value into the CDR stream.

Specified by:
_write in interface Streamable
Parameters:
out - the output stream to write into.