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