org.omg.CORBA
Class ACTIVITY_REQUIREDHolder

java.lang.Object
  extended byorg.omg.CORBA.ACTIVITY_REQUIREDHolder
All Implemented Interfaces:
Streamable

public final class ACTIVITY_REQUIREDHolder
extends java.lang.Object
implements Streamable

Holder class for : ACTIVITY_REQUIRED

Author:
OpenORB Compiler

Field Summary
 ACTIVITY_REQUIRED value
          Internal ACTIVITY_REQUIRED value
 
Constructor Summary
ACTIVITY_REQUIREDHolder()
          Default constructor
ACTIVITY_REQUIREDHolder(ACTIVITY_REQUIRED initial)
          Constructor with value initialisation
 
Method Summary
 void _read(InputStream istream)
          Read ACTIVITY_REQUIRED from a marshalled stream
 TypeCode _type()
          Return the ACTIVITY_REQUIRED TypeCode
 void _write(OutputStream ostream)
          Write ACTIVITY_REQUIRED into a marshalled stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public ACTIVITY_REQUIRED value
Internal ACTIVITY_REQUIRED value

Constructor Detail

ACTIVITY_REQUIREDHolder

public ACTIVITY_REQUIREDHolder()
Default constructor


ACTIVITY_REQUIREDHolder

public ACTIVITY_REQUIREDHolder(ACTIVITY_REQUIRED initial)
Constructor with value initialisation

Parameters:
initial - the initial value
Method Detail

_read

public void _read(InputStream istream)
Read ACTIVITY_REQUIRED from a marshalled stream

Specified by:
_read in interface Streamable
Parameters:
istream - the input stream

_write

public void _write(OutputStream ostream)
Write ACTIVITY_REQUIRED into a marshalled stream

Specified by:
_write in interface Streamable
Parameters:
ostream - the output stream

_type

public TypeCode _type()
Return the ACTIVITY_REQUIRED TypeCode

Specified by:
_type in interface Streamable
Returns:
a TypeCode