|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CosTrading.UnknownOfferIdHelper
public class UnknownOfferIdHelper
Helper class for : UnknownOfferId
| Constructor Summary | |
|---|---|
UnknownOfferIdHelper()
|
|
| Method Summary | |
|---|---|
static UnknownOfferId |
extract(org.omg.CORBA.Any a)
Extract UnknownOfferId from an any |
static java.lang.String |
id()
Return the UnknownOfferId IDL ID |
static void |
insert(org.omg.CORBA.Any a,
UnknownOfferId t)
Insert UnknownOfferId into an any |
static UnknownOfferId |
read(org.omg.CORBA.portable.InputStream istream)
Read UnknownOfferId from a marshalled stream |
static org.omg.CORBA.TypeCode |
type()
Return the UnknownOfferId TypeCode |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
UnknownOfferId value)
Write UnknownOfferId into a marshalled stream |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnknownOfferIdHelper()
| Method Detail |
|---|
public static void insert(org.omg.CORBA.Any a,
UnknownOfferId t)
a - an anyt - UnknownOfferId valuepublic static UnknownOfferId extract(org.omg.CORBA.Any a)
a - an any
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static UnknownOfferId read(org.omg.CORBA.portable.InputStream istream)
istream - the input stream
public static void write(org.omg.CORBA.portable.OutputStream ostream,
UnknownOfferId value)
ostream - the output streamvalue - UnknownOfferId value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||