org.omg.CosTrading

Class OfferHelper

public class OfferHelper extends Object

Helper class for : Offer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Offer value

id

public static String id()
Return the Offer IDL ID

Returns: an ID

insert

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

Parameters: a an any t Offer value

read

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

Parameters: istream the input stream

Returns: the readed Offer value

type

public static TypeCode type()
Return the Offer TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value Offer value