public static enum CdjStatus.PlayState1 extends Enum<CdjStatus.PlayState1>
| Enum Constant and Description |
|---|
CUED |
ENDED |
LOOPING |
NO_TRACK |
PAUSED |
PLAYING |
SEARCHING |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CdjStatus.PlayState1 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdjStatus.PlayState1[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdjStatus.PlayState1 NO_TRACK
public static final CdjStatus.PlayState1 PLAYING
public static final CdjStatus.PlayState1 LOOPING
public static final CdjStatus.PlayState1 PAUSED
public static final CdjStatus.PlayState1 CUED
public static final CdjStatus.PlayState1 SEARCHING
public static final CdjStatus.PlayState1 ENDED
public static final CdjStatus.PlayState1 UNKNOWN
public static CdjStatus.PlayState1[] values()
for (CdjStatus.PlayState1 c : CdjStatus.PlayState1.values()) System.out.println(c);
public static CdjStatus.PlayState1 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.