public class ParameterHelper
extends java.lang.Object
| Constructor and Description |
|---|
ParameterHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static void insert(Any a, Parameter t)
a - an anyt - Parameter valuepublic static Parameter extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static Parameter read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, Parameter value)
ostream - the output streamvalue - Parameter value