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