org.omg.CosTrading.ProxyPackage
Class NotProxyOfferIdHelper

java.lang.Object
  extended by org.omg.CosTrading.ProxyPackage.NotProxyOfferIdHelper

public class NotProxyOfferIdHelper
extends java.lang.Object

Helper class for : NotProxyOfferId

Author:
OpenORB Compiler

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

Constructor Detail

NotProxyOfferIdHelper

public NotProxyOfferIdHelper()
Method Detail

insert

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

Parameters:
a - an any
t - NotProxyOfferId value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - NotProxyOfferId value