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