public static enum ConfigCheck.ExitCode extends Enum<ConfigCheck.ExitCode>
| Modifier and Type | Method and Description |
|---|---|
static ConfigCheck.ExitCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigCheck.ExitCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigCheck.ExitCode PASS
public static final ConfigCheck.ExitCode FAIL
public static ConfigCheck.ExitCode[] values()
for (ConfigCheck.ExitCode c : ConfigCheck.ExitCode.values()) System.out.println(c);
public static ConfigCheck.ExitCode 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 null? Copyright 2013 BMC Software, Inc.