Uses of Enum Class
com.serinity.exercicecontrol.model.BreathingState
Packages that use BreathingState
-
Uses of BreathingState in com.serinity.exercicecontrol.model
Subclasses with type arguments of type BreathingState in com.serinity.exercicecontrol.modelMethods in com.serinity.exercicecontrol.model that return BreathingStateModifier and TypeMethodDescriptionBreathingPlan.getState()Documents getState.static BreathingStateReturns the enum constant of this class with the specified name.static BreathingState[]BreathingState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.serinity.exercicecontrol.model with parameters of type BreathingStateModifierConstructorDescriptionBreathingPlan(BreathingState state, BreathingProtocol protocol, String why) Documents BreathingPlan. -
Uses of BreathingState in com.serinity.exercicecontrol.service
Methods in com.serinity.exercicecontrol.service with parameters of type BreathingStateModifier and TypeMethodDescriptionBreathingService.recommend(BreathingState state) Documents recommend.