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