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