Package | Description |
---|---|
net.studioblueplanet.tomtomwatch |
Modifier and Type | Field and Description |
---|---|
WorkoutStep.StepType |
WorkoutListTemplate.StepTemplate.type |
Modifier and Type | Method and Description |
---|---|
WorkoutStep.StepType |
WorkoutStep.getType()
Get the type of the step
|
static WorkoutStep.StepType |
WorkoutStep.StepType.getWorkoutStepType(int i)
Get the enum based on the enum value passed
|
static WorkoutStep.StepType |
WorkoutStep.StepType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkoutStep.StepType[] |
WorkoutStep.StepType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WorkoutStep(int no,
String name,
String description,
WorkoutStep.StepType type)
Constructor.
|
Copyright © 2023. All rights reserved.