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