org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ListOptionHolder

java.lang.Object
  extended by org.omg.CosTradingRepos.ServiceTypeRepositoryPackage.ListOptionHolder
All Implemented Interfaces:
org.omg.CORBA.portable.Streamable

public final class ListOptionHolder
extends java.lang.Object
implements org.omg.CORBA.portable.Streamable

Holder class for : ListOption

Author:
OpenORB Compiler

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

Field Detail

value

public ListOption value
Internal ListOption value

Constructor Detail

ListOptionHolder

public ListOptionHolder()
Default constructor


ListOptionHolder

public ListOptionHolder(ListOption initial)
Constructor with value initialisation

Parameters:
initial - the initial value
Method Detail

_read

public void _read(org.omg.CORBA.portable.InputStream istream)
Read ListOption from a marshalled stream

Specified by:
_read in interface org.omg.CORBA.portable.Streamable
Parameters:
istream - the input stream

_write

public void _write(org.omg.CORBA.portable.OutputStream ostream)
Write ListOption into a marshalled stream

Specified by:
_write in interface org.omg.CORBA.portable.Streamable
Parameters:
ostream - the output stream

_type

public org.omg.CORBA.TypeCode _type()
Return the ListOption TypeCode

Specified by:
_type in interface org.omg.CORBA.portable.Streamable
Returns:
a TypeCode