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