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