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