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