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