public enum Command extends Enum<Command>
Enum Constant and Description |
---|
FLUSH |
GET_CONFIG_COUNT |
GET_CONFIG_INFO |
GET_VERSION |
MUTE |
SET_DELAY |
SET_FADE_IN |
SET_FADE_OUT |
SET_PSID_HEADER |
SET_SID_LEVEL |
SET_SID_POSITION |
TRY_DELAY |
TRY_READ |
TRY_RESET |
TRY_SET_CLOCKING |
TRY_SET_SAMPLING |
TRY_SET_SID_COUNT |
TRY_SET_SID_MODEL |
TRY_WRITE |
Modifier and Type | Method and Description |
---|---|
static Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Command FLUSH
public static final Command TRY_SET_SID_COUNT
public static final Command MUTE
public static final Command TRY_RESET
public static final Command TRY_DELAY
public static final Command TRY_WRITE
public static final Command TRY_READ
public static final Command GET_VERSION
public static final Command TRY_SET_SAMPLING
public static final Command TRY_SET_CLOCKING
public static final Command GET_CONFIG_COUNT
public static final Command GET_CONFIG_INFO
public static final Command SET_SID_POSITION
public static final Command SET_SID_LEVEL
public static final Command TRY_SET_SID_MODEL
public static final Command SET_DELAY
public static final Command SET_FADE_IN
public static final Command SET_FADE_OUT
public static final Command SET_PSID_HEADER
public static Command[] values()
for (Command c : Command.values()) System.out.println(c);
public static 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 © 2018 Ken Händel. All rights reserved.