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