public static enum SidTune.LoadStatus extends Enum<SidTune.LoadStatus>
| Enum Constant and Description |
|---|
LOAD_ERROR |
LOAD_NOT_MINE |
LOAD_OK |
| Modifier and Type | Method and Description |
|---|---|
static SidTune.LoadStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SidTune.LoadStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SidTune.LoadStatus LOAD_NOT_MINE
public static final SidTune.LoadStatus LOAD_OK
public static final SidTune.LoadStatus LOAD_ERROR
public static SidTune.LoadStatus[] values()
for (SidTune.LoadStatus c : SidTune.LoadStatus.values()) System.out.println(c);
public static SidTune.LoadStatus 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 © 2014. All rights reserved.