public static enum ProtempaEvent.Type extends Enum<ProtempaEvent.Type>
| Enum Constant and Description |
|---|
DSB_QUERY_RESULT |
DSB_QUERY_START |
DSB_QUERY_STOP |
QRH_STEP_RESULT |
QRH_STEP_START |
QRH_STEP_STOP |
| Modifier and Type | Method and Description |
|---|---|
static ProtempaEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtempaEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtempaEvent.Type DSB_QUERY_START
public static final ProtempaEvent.Type DSB_QUERY_STOP
public static final ProtempaEvent.Type DSB_QUERY_RESULT
public static final ProtempaEvent.Type QRH_STEP_START
public static final ProtempaEvent.Type QRH_STEP_STOP
public static final ProtempaEvent.Type QRH_STEP_RESULT
public static ProtempaEvent.Type[] values()
for (ProtempaEvent.Type c : ProtempaEvent.Type.values()) System.out.println(c);
public static ProtempaEvent.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 © 2012–2017 Emory University. All rights reserved.