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