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