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