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