org.omg.CosTrading.ProxyPackage

Class NotProxyOfferIdHelper

public class NotProxyOfferIdHelper extends Object

Helper class for : NotProxyOfferId

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotProxyOfferId value

id

public static String id()
Return the NotProxyOfferId IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotProxyOfferId value

read

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

Parameters: istream the input stream

Returns: the readed NotProxyOfferId value

type

public static TypeCode type()
Return the NotProxyOfferId TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NotProxyOfferId value