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