org.omg.CORBA.ContainerPackage
Class DescriptionSeqHelper
java.lang.Object
|
+--org.omg.CORBA.ContainerPackage.DescriptionSeqHelper
- public class DescriptionSeqHelper
- extends java.lang.Object
Helper class for : DescriptionSeq
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptionSeqHelper
public DescriptionSeqHelper()
insert
public static void insert(Any a,
Description[] t)
- Insert DescriptionSeq into an any
- Parameters:
a
- an anyt
- DescriptionSeq value
extract
public static Description[] extract(Any a)
- Extract DescriptionSeq from an any
- Parameters:
a
- an any- Returns:
- the extracted DescriptionSeq value
type
public static TypeCode type()
- Return the DescriptionSeq TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the DescriptionSeq IDL ID
- Returns:
- an ID
read
public static Description[] read(InputStream istream)
- Read DescriptionSeq from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed DescriptionSeq value
write
public static void write(OutputStream ostream,
Description[] value)
- Write DescriptionSeq into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- DescriptionSeq value