Uses of Enum Class
org.bremersee.garmin.workout.v1.model.ext.IntensityT
Packages that use IntensityT
-
Uses of IntensityT in org.bremersee.garmin.workout.v1.model.ext
Fields in org.bremersee.garmin.workout.v1.model.ext declared as IntensityTMethods in org.bremersee.garmin.workout.v1.model.ext that return IntensityTModifier and TypeMethodDescriptionstatic IntensityTStepT.getIntensity()Gets the value of the intensity property.static IntensityTReturns the enum constant of this class with the specified name.static IntensityT[]IntensityT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bremersee.garmin.workout.v1.model.ext with parameters of type IntensityTModifier and TypeMethodDescriptionvoidStepT.setIntensity(IntensityT value) Sets the value of the intensity property.