public static enum SidTune.Model extends Enum<SidTune.Model>
Modifier and Type | Method and Description |
---|---|
ChipModel |
asChipModel() |
static SidTune.Model |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SidTune.Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SidTune.Model UNKNOWN
public static final SidTune.Model MOS6581
public static final SidTune.Model MOS8580
public static final SidTune.Model ANY
public static SidTune.Model[] values()
for (SidTune.Model c : SidTune.Model.values()) System.out.println(c);
public static SidTune.Model 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 nullpublic ChipModel asChipModel()
Copyright © 2018 Ken Händel. All rights reserved.