public class TypeMismatchHelper
extends java.lang.Object
| Constructor and Description |
|---|
TypeMismatchHelper() |
| Modifier and Type | Method and Description |
|---|---|
static TypeMismatch |
extract(Any a)
Extract TypeMismatch from an any
|
static java.lang.String |
id()
Return the TypeMismatch IDL ID
|
static void |
insert(Any a,
TypeMismatch t)
Insert TypeMismatch into an any
|
static TypeMismatch |
read(InputStream istream)
Read TypeMismatch from a marshalled stream
|
static TypeCode |
type()
Return the TypeMismatch TypeCode
|
static void |
write(OutputStream ostream,
TypeMismatch value)
Write TypeMismatch into a marshalled stream
|
public static void insert(Any a, TypeMismatch t)
a - an anyt - TypeMismatch valuepublic static TypeMismatch extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static TypeMismatch read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, TypeMismatch value)
ostream - the output streamvalue - TypeMismatch value