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