| Package | Description |
|---|---|
| net.studioblueplanet.tomtomwatch |
| Modifier and Type | Field and Description |
|---|---|
Workout.IntensityLevel |
WorkoutListTemplate.WorkoutTemplate.intensityLevel |
| Modifier and Type | Method and Description |
|---|---|
Workout.IntensityLevel |
Workout.getIntensityLevel()
Get the intensity level of the workout
|
Workout.IntensityLevel |
WorkoutListItem.getIntensityLevel()
Gets the intensity level (e.g.
|
static Workout.IntensityLevel |
Workout.IntensityLevel.getIntensityLevel(int value)
Get the enum based on the enum value passed
|
static Workout.IntensityLevel |
Workout.IntensityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Workout.IntensityLevel[] |
Workout.IntensityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workout.setIntensityLevel(Workout.IntensityLevel intensityLevel)
Sets the intensity level of the workout
|
void |
WorkoutListItem.setIntensityLevel(Workout.IntensityLevel level)
Sets the intensity level of the workout
|
Copyright © 2025. All rights reserved.