public static enum PathLady.STATUSMode extends java.lang.Enum<PathLady.STATUSMode>
Modifier and Type | Method and Description |
---|---|
static PathLady.STATUSMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathLady.STATUSMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathLady.STATUSMode LOOP_PLAY
public static final PathLady.STATUSMode ONCE_PLAY
public static final PathLady.STATUSMode PAUSE
public static final PathLady.STATUSMode STOP
public static PathLady.STATUSMode[] values()
for (PathLady.STATUSMode c : PathLady.STATUSMode.values()) System.out.println(c);
public static PathLady.STATUSMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null