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