static enum ParallelWayAction.Modifier extends java.lang.Enum<ParallelWayAction.Modifier>
| Modifier and Type | Field and Description |
|---|---|
private char |
shortChar |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Optional<ParallelWayAction.Modifier> |
findWithShortCode(int charCode)
Find the modifier with the given short code
|
static ParallelWayAction.Modifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParallelWayAction.Modifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParallelWayAction.Modifier CTRL
public static final ParallelWayAction.Modifier ALT
public static final ParallelWayAction.Modifier SHIFT
private final char shortChar
public static ParallelWayAction.Modifier[] values()
for (ParallelWayAction.Modifier c : ParallelWayAction.Modifier.values()) System.out.println(c);
public static ParallelWayAction.Modifier valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.util.Optional<ParallelWayAction.Modifier> findWithShortCode(int charCode)
charCode - The short code