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