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