org.omg.CosTrading
public class OfferSeqHelper extends Object
Method Summary | |
---|---|
static Offer[] | extract(Any a)
Extract OfferSeq from an any
|
static String | id()
Return the OfferSeq IDL ID |
static void | insert(Any a, Offer[] t)
Insert OfferSeq into an any |
static Offer[] | read(InputStream istream)
Read OfferSeq from a marshalled stream |
static TypeCode | type()
Return the OfferSeq TypeCode |
static void | write(OutputStream ostream, Offer[] value)
Write OfferSeq into a marshalled stream |
Parameters: a an any
Returns: the extracted OfferSeq value
Returns: an ID
Parameters: a an any t OfferSeq value
Parameters: istream the input stream
Returns: the readed OfferSeq value
Returns: a TypeCode
Parameters: ostream the output stream value OfferSeq value