public static enum CdjStatus.PlayState3 extends Enum<CdjStatus.PlayState3>
| Enum Constant and Description |
|---|
FORWARD_CDJ |
FORWARD_VINYL |
NO_TRACK |
PAUSED_OR_REVERSE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CdjStatus.PlayState3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdjStatus.PlayState3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdjStatus.PlayState3 NO_TRACK
public static final CdjStatus.PlayState3 PAUSED_OR_REVERSE
public static final CdjStatus.PlayState3 FORWARD_VINYL
public static final CdjStatus.PlayState3 FORWARD_CDJ
public static final CdjStatus.PlayState3 UNKNOWN
public static CdjStatus.PlayState3[] values()
for (CdjStatus.PlayState3 c : CdjStatus.PlayState3.values()) System.out.println(c);
public static CdjStatus.PlayState3 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 © 2016 Deep Symmetry, LLC. All rights reserved.