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