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