Enum Constant and Description |
---|
ACTIVITY |
ACTIVITY_SUMMARY |
BLOOD_PRESSURE |
COURSE |
DEVICE |
EXD_CONFIGURATION |
GOALS |
INVALID |
MFG_RANGE_MAX |
MFG_RANGE_MIN |
MONITORING_A |
MONITORING_B |
MONITORING_DAILY |
SCHEDULES |
SEGMENT |
SEGMENT_LIST |
SETTINGS |
SPORT |
TOTALS |
WEIGHT |
WORKOUT |
Modifier and Type | Field and Description |
---|---|
protected short |
value |
Modifier and Type | Method and Description |
---|---|
static File |
getByValue(java.lang.Short value) |
static java.lang.String |
getStringFromValue(File value)
Retrieves the String Representation of the Value
|
short |
getValue() |
static File |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static File[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final File DEVICE
public static final File SETTINGS
public static final File SPORT
public static final File ACTIVITY
public static final File WORKOUT
public static final File COURSE
public static final File SCHEDULES
public static final File WEIGHT
public static final File TOTALS
public static final File GOALS
public static final File BLOOD_PRESSURE
public static final File MONITORING_A
public static final File ACTIVITY_SUMMARY
public static final File MONITORING_DAILY
public static final File MONITORING_B
public static final File SEGMENT
public static final File SEGMENT_LIST
public static final File EXD_CONFIGURATION
public static final File MFG_RANGE_MIN
public static final File MFG_RANGE_MAX
public static final File INVALID
public static File[] values()
for (File c : File.values()) System.out.println(c);
public static File 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 nullpublic static File getByValue(java.lang.Short value)
public static java.lang.String getStringFromValue(File value)
value
- The enum constantpublic short getValue()