public abstract class NotPreparedHelper extends Object
Constructor and Description |
---|
NotPreparedHelper() |
Modifier and Type | Method and Description |
---|---|
static NotPrepared |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
NotPrepared that) |
static NotPrepared |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
NotPrepared value) |
public static void insert(Any a, NotPrepared that)
public static NotPrepared extract(Any a)
public static TypeCode type()
public static String id()
public static NotPrepared read(InputStream istream)
public static void write(OutputStream ostream, NotPrepared value)
Copyright © 2013. All Rights Reserved.