Package | Description |
---|---|
net.studioblueplanet.tomtomwatch |
Modifier and Type | Field and Description |
---|---|
WorkoutListItem.ActivityType |
WorkoutListTemplate.WorkoutTemplate.activity |
Modifier and Type | Method and Description |
---|---|
WorkoutListItem.ActivityType |
WorkoutListItem.getActivity()
Returns the activity of the workout
|
static WorkoutListItem.ActivityType |
WorkoutListItem.ActivityType.getActivityType(long value)
Get the enum based on the enum value passed
|
static WorkoutListItem.ActivityType |
WorkoutListItem.ActivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkoutListItem.ActivityType[] |
WorkoutListItem.ActivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WorkoutListItem(int fileId,
String name,
String description,
WorkoutListItem.ActivityType activity,
Workout.WorkoutType workoutType)
Constructor
|
Copyright © 2023. All rights reserved.