public abstract class NotFoundReasonHelper extends Object
NotFoundReasonHelper()
static NotFoundReason
extract(Any a)
static String
id()
static void
insert(Any a, NotFoundReason that)
read(InputStream istream)
static TypeCode
type()
write(OutputStream ostream, NotFoundReason value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NotFoundReasonHelper()
public static void insert(Any a, NotFoundReason that)
public static NotFoundReason extract(Any a)
public static TypeCode type()
public static String id()
public static NotFoundReason read(InputStream istream)
public static void write(OutputStream ostream, NotFoundReason value)