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