org.omg.CosTrading

Class IllegalOfferIdHelper

public class IllegalOfferIdHelper extends Object

Helper class for : IllegalOfferId

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted IllegalOfferId value

id

public static String id()
Return the IllegalOfferId IDL ID

Returns: an ID

insert

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

Parameters: a an any t IllegalOfferId value

read

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

Parameters: istream the input stream

Returns: the readed IllegalOfferId value

type

public static TypeCode type()
Return the IllegalOfferId TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value IllegalOfferId value