public static enum KeResult.Bool extends Enum<KeResult.Bool>
| Modifier and Type | Method and Description |
|---|---|
static KeResult.Bool |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeResult.Bool[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeResult.Bool SUCCESS
public static final KeResult.Bool FAILURE
public static KeResult.Bool[] values()
for (KeResult.Bool c : KeResult.Bool.values()) System.out.println(c);
public static KeResult.Bool 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 © 2020. All rights reserved.