org.omg.CORBA
Class BAD_INV_ORDERHelper
java.lang.Object
|
+--org.omg.CORBA.BAD_INV_ORDERHelper
- public class BAD_INV_ORDERHelper
- extends java.lang.Object
Helper class for : BAD_INV_ORDER
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BAD_INV_ORDERHelper
public BAD_INV_ORDERHelper()
insert
public static void insert(Any a,
BAD_INV_ORDER t)
- Insert BAD_INV_ORDER into an any
- Parameters:
a
- an anyt
- BAD_INV_ORDER value
extract
public static BAD_INV_ORDER extract(Any a)
- Extract BAD_INV_ORDER from an any
- Parameters:
a
- an any- Returns:
- the extracted BAD_INV_ORDER value
type
public static TypeCode type()
- Return the BAD_INV_ORDER TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the BAD_INV_ORDER IDL ID
- Returns:
- an ID
read
public static BAD_INV_ORDER read(InputStream istream)
- Read BAD_INV_ORDER from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed BAD_INV_ORDER value
write
public static void write(OutputStream ostream,
BAD_INV_ORDER value)
- Write BAD_INV_ORDER into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- BAD_INV_ORDER value