org.omg.CosTrading

Class OfferIdSeqHelper

public class OfferIdSeqHelper extends Object

Helper class for : OfferIdSeq

Author: OpenORB Compiler

Method Summary
static String[]extract(Any a)
Extract OfferIdSeq from an any
static Stringid()
Return the OfferIdSeq IDL ID
static voidinsert(Any a, String[] t)
Insert OfferIdSeq into an any
static String[]read(InputStream istream)
Read OfferIdSeq from a marshalled stream
static TypeCodetype()
Return the OfferIdSeq TypeCode
static voidwrite(OutputStream ostream, String[] value)
Write OfferIdSeq into a marshalled stream

Method Detail

extract

public static String[] extract(Any a)
Extract OfferIdSeq from an any

Parameters: a an any

Returns: the extracted OfferIdSeq value

id

public static String id()
Return the OfferIdSeq IDL ID

Returns: an ID

insert

public static void insert(Any a, String[] t)
Insert OfferIdSeq into an any

Parameters: a an any t OfferIdSeq value

read

public static String[] read(InputStream istream)
Read OfferIdSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed OfferIdSeq value

type

public static TypeCode type()
Return the OfferIdSeq TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, String[] value)
Write OfferIdSeq into a marshalled stream

Parameters: ostream the output stream value OfferIdSeq value