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