Serializable
, Comparable<Builtins.Command>
public static enum Builtins.Command extends Enum<Builtins.Command>
Enum Constant | Description |
---|---|
HISTORY |
|
KEYMAP |
|
LESS |
|
NANO |
|
SETOPT |
|
SETVAR |
|
TTOP |
|
UNSETOPT |
|
WIDGET |
Modifier and Type | Method | Description |
---|---|---|
static Builtins.Command |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Builtins.Command[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Builtins.Command NANO
public static final Builtins.Command LESS
public static final Builtins.Command HISTORY
public static final Builtins.Command WIDGET
public static final Builtins.Command KEYMAP
public static final Builtins.Command SETOPT
public static final Builtins.Command SETVAR
public static final Builtins.Command UNSETOPT
public static final Builtins.Command TTOP
public static Builtins.Command[] values()
for (Builtins.Command c : Builtins.Command.values()) System.out.println(c);
public static Builtins.Command 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.