org.omg.CosTrading

Class OfferSeqHelper

public class OfferSeqHelper extends Object

Helper class for : OfferSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static Offer[] extract(Any a)
Extract OfferSeq from an any

Parameters: a an any

Returns: the extracted OfferSeq value

id

public static String id()
Return the OfferSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t OfferSeq value

read

public static Offer[] read(InputStream istream)
Read OfferSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed OfferSeq value

type

public static TypeCode type()
Return the OfferSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value OfferSeq value