org.omg.CosTrading.RegisterPackage

Class NoMatchingOffersHelper

public class NoMatchingOffersHelper extends Object

Helper class for : NoMatchingOffers

Author: OpenORB Compiler

Method Summary
static NoMatchingOffersextract(Any a)
Extract NoMatchingOffers from an any
static Stringid()
Return the NoMatchingOffers IDL ID
static voidinsert(Any a, NoMatchingOffers t)
Insert NoMatchingOffers into an any
static NoMatchingOffersread(InputStream istream)
Read NoMatchingOffers from a marshalled stream
static TypeCodetype()
Return the NoMatchingOffers TypeCode
static voidwrite(OutputStream ostream, NoMatchingOffers value)
Write NoMatchingOffers into a marshalled stream

Method Detail

extract

public static NoMatchingOffers extract(Any a)
Extract NoMatchingOffers from an any

Parameters: a an any

Returns: the extracted NoMatchingOffers value

id

public static String id()
Return the NoMatchingOffers IDL ID

Returns: an ID

insert

public static void insert(Any a, NoMatchingOffers t)
Insert NoMatchingOffers into an any

Parameters: a an any t NoMatchingOffers value

read

public static NoMatchingOffers read(InputStream istream)
Read NoMatchingOffers from a marshalled stream

Parameters: istream the input stream

Returns: the readed NoMatchingOffers value

type

public static TypeCode type()
Return the NoMatchingOffers TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, NoMatchingOffers value)
Write NoMatchingOffers into a marshalled stream

Parameters: ostream the output stream value NoMatchingOffers value