|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.INV_IDENTHelper
Helper class for : INV_IDENT
Constructor Summary | |
INV_IDENTHelper()
|
Method Summary | |
static INV_IDENT |
extract(Any a)
Extract INV_IDENT from an any |
static java.lang.String |
id()
Return the INV_IDENT IDL ID |
static void |
insert(Any a,
INV_IDENT t)
Insert INV_IDENT into an any |
static INV_IDENT |
read(InputStream istream)
Read INV_IDENT from a marshalled stream |
static TypeCode |
type()
Return the INV_IDENT TypeCode |
static void |
write(OutputStream ostream,
INV_IDENT value)
Write INV_IDENT 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_IDENTHelper()
Method Detail |
public static void insert(Any a, INV_IDENT t)
a
- an anyt
- INV_IDENT valuepublic static INV_IDENT extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static INV_IDENT read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, INV_IDENT value)
ostream
- the output streamvalue
- INV_IDENT value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |