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