public static enum WatchInterface.FileType extends Enum<WatchInterface.FileType>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static WatchInterface.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchInterface.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatchInterface.FileType TTWATCH_FILE_ALL
public static final WatchInterface.FileType TTWATCH_FILE_RACE_DATA
public static final WatchInterface.FileType TTWATCH_FILE_RACE_HISTORY_DATA
public static final WatchInterface.FileType TTWATCH_FILE_HISTORY_DATA
public static final WatchInterface.FileType TTWATCH_FILE_LANGUAGE
public static final WatchInterface.FileType TTWATCH_FILE_HISTORY_SUMMARY
public static final WatchInterface.FileType TTWATCH_FILE_TTBIN_DATA
public static final WatchInterface.FileType TTWATCH_FILE_TRACKEDACTIVITY
public static final WatchInterface.FileType TTWATCH_FILE_TRACKEDACTIVITYTEMP
public static final WatchInterface.FileType TTWATCH_FILE_TRACKEDACTIVITYDAILY
public static final WatchInterface.FileType TTWATCH_FILE_TRACKPLANNING
public static final WatchInterface.FileType TTWATCH_FILE_UNKNOWN
public static final WatchInterface.FileType TTWATCH_FILE_WORKOUTS
public static WatchInterface.FileType[] values()
for (WatchInterface.FileType c : WatchInterface.FileType.values()) System.out.println(c);
public static WatchInterface.FileType 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 int getValue()
Copyright © 2023. All rights reserved.