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