public static enum ProKeyValidator.Result extends Enum<ProKeyValidator.Result>
| Enum Constant and Description |
|---|
CANNOT_REACH_SERVER |
NO_ACCESS |
OK |
| Modifier and Type | Method and Description |
|---|---|
static ProKeyValidator.Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProKeyValidator.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProKeyValidator.Result OK
public static final ProKeyValidator.Result NO_ACCESS
public static final ProKeyValidator.Result CANNOT_REACH_SERVER
public static ProKeyValidator.Result[] values()
for (ProKeyValidator.Result c : ProKeyValidator.Result.values()) System.out.println(c);
public static ProKeyValidator.Result 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 © 2017-2022. All Rights Reserved.