Package | Description |
---|---|
net.studioblueplanet.tomtomwatch |
Modifier and Type | Field and Description |
---|---|
WorkoutStep.HrZone |
WorkoutListTemplate.StepTemplate.extentReachHrZone |
WorkoutStep.HrZone |
WorkoutListTemplate.StepTemplate.intensityHrZone |
Modifier and Type | Method and Description |
---|---|
WorkoutStep.HrZone |
WorkoutStep.getExtentReachHrZone()
Get the extent in terms of HR Zone to reach
|
static WorkoutStep.HrZone |
WorkoutStep.HrZone.getHrZoneType(int i)
Get the enum based on the enum value passed
|
WorkoutStep.HrZone |
WorkoutStep.getIntensityHrZone()
Get the step intensity HR Zone
|
static WorkoutStep.HrZone |
WorkoutStep.HrZone.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkoutStep.HrZone[] |
WorkoutStep.HrZone.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkoutStep.setExtentReachHrZone(WorkoutStep.HrZone zone)
Set the workout step extent to reach HR Zone
|
void |
WorkoutStep.setIntensityHrZone(WorkoutStep.HrZone zone)
Sets the intensity of the step to HR Zone at which the step must be
performed
|
Copyright © 2020. All rights reserved.