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