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