public static enum Z80.IntMode extends java.lang.Enum<Z80.IntMode>
Modifier and Type | Method and Description |
---|---|
static Z80.IntMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Z80.IntMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Z80.IntMode IM0
public static final Z80.IntMode IM1
public static final Z80.IntMode IM2
public static Z80.IntMode[] values()
for (Z80.IntMode c : Z80.IntMode.values()) System.out.println(c);
public static Z80.IntMode 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