public class ParameterModeHelper
extends java.lang.Object
| Constructor and Description |
|---|
ParameterModeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ParameterMode |
extract(Any a)
Extract ParameterMode from an any
|
static java.lang.String |
id()
Return the ParameterMode IDL ID
|
static void |
insert(Any a,
ParameterMode t)
Insert ParameterMode into an any
|
static ParameterMode |
read(InputStream istream)
Read ParameterMode from a marshalled stream
|
static TypeCode |
type()
Return the ParameterMode TypeCode
|
static void |
write(OutputStream ostream,
ParameterMode value)
Write ParameterMode into a marshalled stream
|
public static void insert(Any a, ParameterMode t)
a - an anyt - ParameterMode valuepublic static ParameterMode extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static ParameterMode read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, ParameterMode value)
ostream - the output streamvalue - ParameterMode value