org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ListOptionHelper

java.lang.Object
  extended by org.omg.CosTradingRepos.ServiceTypeRepositoryPackage.ListOptionHelper

public class ListOptionHelper
extends java.lang.Object

Helper class for : ListOption

Author:
OpenORB Compiler

Constructor Summary
ListOptionHelper()
           
 
Method Summary
static ListOption extract(org.omg.CORBA.Any a)
          Extract ListOption from an any
static java.lang.String id()
          Return the ListOption IDL ID
static void insert(org.omg.CORBA.Any a, ListOption t)
          Insert ListOption into an any
static ListOption read(org.omg.CORBA.portable.InputStream istream)
          Read ListOption from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the ListOption TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, ListOption value)
          Write ListOption into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListOptionHelper

public ListOptionHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          ListOption t)
Insert ListOption into an any

Parameters:
a - an any
t - ListOption value

extract

public static ListOption extract(org.omg.CORBA.Any a)
Extract ListOption from an any

Parameters:
a - an any
Returns:
the extracted ListOption value

type

public static org.omg.CORBA.TypeCode type()
Return the ListOption TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the ListOption IDL ID

Returns:
an ID

read

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

Parameters:
istream - the input stream
Returns:
the readed ListOption value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         ListOption value)
Write ListOption into a marshalled stream

Parameters:
ostream - the output stream
value - ListOption value