org.omg.CosTrading
Class OfferHelper

java.lang.Object
  extended by org.omg.CosTrading.OfferHelper

public class OfferHelper
extends java.lang.Object

Helper class for : Offer

Author:
OpenORB Compiler

Constructor Summary
OfferHelper()
           
 
Method Summary
static Offer extract(org.omg.CORBA.Any a)
          Extract Offer from an any
static java.lang.String id()
          Return the Offer IDL ID
static void insert(org.omg.CORBA.Any a, Offer t)
          Insert Offer into an any
static Offer read(org.omg.CORBA.portable.InputStream istream)
          Read Offer from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the Offer TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, Offer value)
          Write Offer into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfferHelper

public OfferHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          Offer t)
Insert Offer into an any

Parameters:
a - an any
t - Offer value

extract

public static Offer extract(org.omg.CORBA.Any a)
Extract Offer from an any

Parameters:
a - an any
Returns:
the extracted Offer value

type

public static org.omg.CORBA.TypeCode type()
Return the Offer TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the Offer IDL ID

Returns:
an ID

read

public static Offer read(org.omg.CORBA.portable.InputStream istream)
Read Offer from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed Offer value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         Offer value)
Write Offer into a marshalled stream

Parameters:
ostream - the output stream
value - Offer value