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