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