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