public static enum Converter.SERVER extends Enum<Converter.SERVER>
Enum Constant and Description |
---|
ejabberd |
ejabberd_new |
Modifier and Type | Method and Description |
---|---|
static Converter.SERVER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Converter.SERVER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Converter.SERVER ejabberd
public static final Converter.SERVER ejabberd_new
public static final String[] strings
public static Converter.SERVER[] values()
for (Converter.SERVER c : Converter.SERVER.values()) System.out.println(c);
public static Converter.SERVER valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2004–2021 "Tigase, Inc.". All rights reserved.