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