Uses of Enum Class
org.bremersee.garmin.workout.v1.model.IntensityT
Packages that use IntensityT
-
Uses of IntensityT in org.bremersee.garmin.workout.v1.model
Fields in org.bremersee.garmin.workout.v1.model declared as IntensityTMethods in org.bremersee.garmin.workout.v1.model 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 with parameters of type IntensityTModifier and TypeMethodDescriptionvoidStepT.setIntensity(IntensityT value) Sets the value of the intensity property.