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