org.omg.CORBA
Class INV_FLAGHolder

java.lang.Object
  |
  +--org.omg.CORBA.INV_FLAGHolder
All Implemented Interfaces:
Streamable

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

Holder class for : INV_FLAG

Author:
OpenORB Compiler

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

Field Detail

value

public INV_FLAG value
Internal INV_FLAG value
Constructor Detail

INV_FLAGHolder

public INV_FLAGHolder()
Default constructor

INV_FLAGHolder

public INV_FLAGHolder(INV_FLAG initial)
Constructor with value initialisation
Parameters:
initial - the initial value
Method Detail

_read

public void _read(InputStream istream)
Read INV_FLAG from a marshalled stream
Specified by:
_read in interface Streamable
Parameters:
istream - the input stream

_write

public void _write(OutputStream ostream)
Write INV_FLAG into a marshalled stream
Specified by:
_write in interface Streamable
Parameters:
ostream - the output stream

_type

public TypeCode _type()
Return the INV_FLAG TypeCode
Specified by:
_type in interface Streamable
Returns:
a TypeCode