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