org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
public class PropStructSeqHelper extends Object
Method Summary | |
---|---|
static PropStruct[] | extract(Any a)
Extract PropStructSeq from an any
|
static String | id()
Return the PropStructSeq IDL ID |
static void | insert(Any a, PropStruct[] t)
Insert PropStructSeq into an any |
static PropStruct[] | read(InputStream istream)
Read PropStructSeq from a marshalled stream |
static TypeCode | type()
Return the PropStructSeq TypeCode |
static void | write(OutputStream ostream, PropStruct[] value)
Write PropStructSeq into a marshalled stream |
Parameters: a an any
Returns: the extracted PropStructSeq value
Returns: an ID
Parameters: a an any t PropStructSeq value
Parameters: istream the input stream
Returns: the readed PropStructSeq value
Returns: a TypeCode
Parameters: ostream the output stream value PropStructSeq value