org.omg.CosTrading.RegisterPackage

Class ProxyOfferIdHelper

public class ProxyOfferIdHelper extends Object

Helper class for : ProxyOfferId

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyOfferId value

id

public static String id()
Return the ProxyOfferId IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyOfferId value

read

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

Parameters: istream the input stream

Returns: the readed ProxyOfferId value

type

public static TypeCode type()
Return the ProxyOfferId TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ProxyOfferId value