Package | Description |
---|---|
net.studioblueplanet.tomtomwatch |
Modifier and Type | Field and Description |
---|---|
Workout.WorkoutType |
WorkoutListTemplate.WorkoutTemplate.type |
Modifier and Type | Method and Description |
---|---|
Workout.WorkoutType |
Workout.getWorkoutType()
Returns the class of workout
|
Workout.WorkoutType |
WorkoutListItem.getWorkoutType()
Returns the class/type of workout
|
static Workout.WorkoutType |
Workout.WorkoutType.getWorkoutType(int value)
Get the enum based on the enum value passed
|
static Workout.WorkoutType |
Workout.WorkoutType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Workout.WorkoutType[] |
Workout.WorkoutType.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.setWorkoutType(Workout.WorkoutType workoutType)
Sets the class/type of the workout
|
Constructor and Description |
---|
WorkoutListItem(int fileId,
String name,
String description,
WorkoutListItem.ActivityType activity,
Workout.WorkoutType workoutType)
Constructor
|
Copyright © 2020. All rights reserved.