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