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