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