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