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