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