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