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