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