public enum SensorPreference extends Enum<SensorPreference>
| Enum Constant and Description |
|---|
LAST_DIR |
LAST_EXPORT_DIR |
LOAD_DIR |
SENSOR_PROJECT_DIR |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultProperty() |
String |
getPropertyName() |
String |
getValue() |
void |
saveValue(String value) |
static SensorPreference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensorPreference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SensorPreference LOAD_DIR
public static final SensorPreference SENSOR_PROJECT_DIR
public static final SensorPreference LAST_DIR
public static final SensorPreference LAST_EXPORT_DIR
public static SensorPreference[] values()
for (SensorPreference c : SensorPreference.values()) System.out.println(c);
public static SensorPreference 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 getDefaultProperty()
public String getPropertyName()
public String getValue()
public void saveValue(String value)
Copyright © 2012. All Rights Reserved.