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