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