public final class InconsistentTypeCodeHelper
extends java.lang.Object
| Constructor and Description |
|---|
InconsistentTypeCodeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static InconsistentTypeCode |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
InconsistentTypeCode value) |
static InconsistentTypeCode |
read(InputStream input) |
static TypeCode |
type() |
static void |
write(OutputStream output,
InconsistentTypeCode value) |
public static void insert(Any any, InconsistentTypeCode value)
public static InconsistentTypeCode extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static InconsistentTypeCode read(InputStream input)
public static void write(OutputStream output, InconsistentTypeCode value)