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