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