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