public static enum InstructionSet.SWP extends java.lang.Enum<InstructionSet.SWP>
Enum Constant and Description |
---|
SWP |
SWPAL |
SWPEQ |
SWPGE |
SWPGT |
SWPHI |
SWPHS |
SWPLE |
SWPLO |
SWPLS |
SWPLT |
SWPMI |
SWPNE |
SWPPL |
SWPVC |
SWPVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.SWP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.SWP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.SWP SWP
public static final InstructionSet.SWP SWPEQ
public static final InstructionSet.SWP SWPNE
public static final InstructionSet.SWP SWPHS
public static final InstructionSet.SWP SWPLO
public static final InstructionSet.SWP SWPMI
public static final InstructionSet.SWP SWPPL
public static final InstructionSet.SWP SWPVS
public static final InstructionSet.SWP SWPVC
public static final InstructionSet.SWP SWPHI
public static final InstructionSet.SWP SWPLS
public static final InstructionSet.SWP SWPGE
public static final InstructionSet.SWP SWPLT
public static final InstructionSet.SWP SWPGT
public static final InstructionSet.SWP SWPLE
public static final InstructionSet.SWP SWPAL
public static InstructionSet.SWP[] values()
for (InstructionSet.SWP c : InstructionSet.SWP.values()) System.out.println(c);
public static InstructionSet.SWP 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