Uses of Class
org.bremersee.garmin.workout.v1.model.ZoneT
Packages that use ZoneT
-
Uses of ZoneT in org.bremersee.garmin.workout.v1.model
Subclasses of ZoneT in org.bremersee.garmin.workout.v1.modelModifier and TypeClassDescriptionclassJava class for CustomHeartRateZone_t complex type.classJava class for CustomSpeedZone_t complex type.classJava class for PredefinedHeartRateZone_t complex type.classJava class for PredefinedSpeedZone_t complex type.Fields in org.bremersee.garmin.workout.v1.model declared as ZoneTModifier and TypeFieldDescriptionprotected ZoneTHeartRateT.heartRateZoneprotected ZoneTSpeedT.speedZoneMethods in org.bremersee.garmin.workout.v1.model that return ZoneTModifier and TypeMethodDescriptionHeartRateT.getHeartRateZone()Gets the value of the heartRateZone property.SpeedT.getSpeedZone()Gets the value of the speedZone property.Methods in org.bremersee.garmin.workout.v1.model with parameters of type ZoneTModifier and TypeMethodDescriptionvoidHeartRateT.setHeartRateZone(ZoneT value) Sets the value of the heartRateZone property.voidSpeedT.setSpeedZone(ZoneT value) Sets the value of the speedZone property.