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