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