public static enum BusEvent.Type extends Enum<BusEvent.Type>
| Enum Constant and Description |
|---|
CLEAN_ABORTED |
CLEAN_ERROR |
CLEAN_OK |
CLEAN_ORDER_ERROR |
CLEAN_ORDER_OK |
CLEAN_STARTED |
MAGIC_CLEAN |
SMUDGE |
STATE_CHANGE_HACK |
| Modifier and Type | Method and Description |
|---|---|
static BusEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusEvent.Type STATE_CHANGE_HACK
public static final BusEvent.Type MAGIC_CLEAN
public static final BusEvent.Type SMUDGE
public static final BusEvent.Type CLEAN_ORDER_OK
public static final BusEvent.Type CLEAN_ORDER_ERROR
public static final BusEvent.Type CLEAN_STARTED
public static final BusEvent.Type CLEAN_OK
public static final BusEvent.Type CLEAN_ERROR
public static final BusEvent.Type CLEAN_ABORTED
public static BusEvent.Type[] values()
for (BusEvent.Type c : BusEvent.Type.values()) System.out.println(c);
public static BusEvent.Type 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 nullCopyright © 2017 aequologica. All rights reserved.