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