public abstract class ConstantDefHelper extends Object
Constructor and Description |
---|
ConstantDefHelper() |
Modifier and Type | Method and Description |
---|---|
static ConstantDef |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ConstantDef that) |
static ConstantDef |
narrow(Object obj) |
static ConstantDef |
read(InputStream istream) |
static TypeCode |
type() |
static ConstantDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
ConstantDef value) |
public static void insert(Any a, ConstantDef that)
public static ConstantDef extract(Any a)
public static TypeCode type()
public static String id()
public static ConstantDef read(InputStream istream)
public static void write(OutputStream ostream, ConstantDef value)
public static ConstantDef narrow(Object obj)
public static ConstantDef unchecked_narrow(Object obj)
Copyright © 2017 JBoss by Red Hat. All rights reserved.