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