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