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