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