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