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