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