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