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