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