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