public final class ValueBoxDefHelper
extends java.lang.Object
Constructor and Description |
---|
ValueBoxDefHelper() |
Modifier and Type | Method and Description |
---|---|
static ValueBoxDef |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
ValueBoxDef s) |
static ValueBoxDef |
narrow(Object obj) |
static ValueBoxDef |
read(InputStream in) |
static TypeCode |
type() |
static ValueBoxDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
ValueBoxDef s) |
public static void insert(Any any, ValueBoxDef s)
public static ValueBoxDef extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static ValueBoxDef read(InputStream in)
public static void write(OutputStream _out, ValueBoxDef s)
public static ValueBoxDef narrow(Object obj)
public static ValueBoxDef unchecked_narrow(Object obj)