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