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