public static enum Bidder.SystemExitCode extends Enum<Bidder.SystemExitCode>
| Enum Constant and Description |
|---|
SYSTEM_EXIT_ERROR_HAZELCAST |
SYSTEM_EXIT_ERROR_INITIALIZATION |
| Modifier and Type | Field and Description |
|---|---|
private int |
code |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static Bidder.SystemExitCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bidder.SystemExitCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bidder.SystemExitCode SYSTEM_EXIT_ERROR_INITIALIZATION
public static final Bidder.SystemExitCode SYSTEM_EXIT_ERROR_HAZELCAST
public static Bidder.SystemExitCode[] values()
for (Bidder.SystemExitCode c : Bidder.SystemExitCode.values()) System.out.println(c);
public static Bidder.SystemExitCode 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 nullpublic int getCode()