org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class ListOptionHelper

public class ListOptionHelper extends Object

Helper class for : ListOption

Author: OpenORB Compiler

Method Summary
static ListOptionextract(Any a)
Extract ListOption from an any
static Stringid()
Return the ListOption IDL ID
static voidinsert(Any a, ListOption t)
Insert ListOption into an any
static ListOptionread(InputStream istream)
Read ListOption from a marshalled stream
static TypeCodetype()
Return the ListOption TypeCode
static voidwrite(OutputStream ostream, ListOption value)
Write ListOption into a marshalled stream

Method Detail

extract

public static ListOption extract(Any a)
Extract ListOption from an any

Parameters: a an any

Returns: the extracted ListOption value

id

public static String id()
Return the ListOption IDL ID

Returns: an ID

insert

public static void insert(Any a, ListOption t)
Insert ListOption into an any

Parameters: a an any t ListOption value

read

public static ListOption read(InputStream istream)
Read ListOption from a marshalled stream

Parameters: istream the input stream

Returns: the readed ListOption value

type

public static TypeCode type()
Return the ListOption TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, ListOption value)
Write ListOption into a marshalled stream

Parameters: ostream the output stream value ListOption value