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