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