public final class InactiveHelper
extends java.lang.Object
Constructor and Description |
---|
InactiveHelper() |
Modifier and Type | Method and Description |
---|---|
static Inactive |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
Inactive s) |
static Inactive |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
Inactive s) |
public static TypeCode type()
public static java.lang.String id()
public static Inactive read(InputStream in)
public static void write(OutputStream out, Inactive s)