public enum SensorEventKey extends Enum<SensorEventKey> implements nl.cloudfarming.eventbus.GuiEventKey
| Enum Constant and Description |
|---|
SENSOR_DATA_IMPORTED |
SENSOR_DATA_LINKED |
SENSOR_FILE_REMOVED |
SENSOR_RUN_REMOVED |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static SensorEventKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensorEventKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SensorEventKey SENSOR_DATA_IMPORTED
public static final SensorEventKey SENSOR_DATA_LINKED
public static final SensorEventKey SENSOR_FILE_REMOVED
public static final SensorEventKey SENSOR_RUN_REMOVED
public static SensorEventKey[] values()
for (SensorEventKey c : SensorEventKey.values()) System.out.println(c);
public static SensorEventKey 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 nullpublic String getKey()
getKey in interface nl.cloudfarming.eventbus.GuiEventKeyCopyright © 2012. All Rights Reserved.