ExerciseGoalType
public final class ExerciseGoalType
Exercise goal types.
Summary
Public fields |
|
---|---|
static final @NonNull ExerciseGoalType |
Goal type indicating this goal is for a repeating event and should remain until the calling app removes it. |
static final @NonNull ExerciseGoalType |
Goal type indicating this goal is for one event and should then be removed. |
Public methods |
|
---|---|
boolean |
|
static final ExerciseGoalType |
fromId(int id) |
final int |
getId() |
final @NonNull String |
getName() |
int |
hashCode() |
@NonNull String |
toString() |
Public fields
MILESTONE
public static final @NonNull ExerciseGoalType MILESTONE
Goal type indicating this goal is for a repeating event and should remain until the calling app removes it.
ONE_TIME_GOAL
public static final @NonNull ExerciseGoalType ONE_TIME_GOAL
Goal type indicating this goal is for one event and should then be removed.