Uses of Enum Class
web.sportflow.goal.GoalType
Packages that use GoalType
-
Uses of GoalType in web.sportflow.admin
Methods in web.sportflow.admin with parameters of type GoalTypeModifier and TypeMethodDescriptionAdminController.createGoal(String label, GoalType type, Double targetValue, Double currentValue, String unit, Long userId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateGoal(Long goalId, String label, GoalType type, Double targetValue, Double currentValue, String unit, Long userId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
Uses of GoalType in web.sportflow.goal
Methods in web.sportflow.goal that return GoalTypeModifier and TypeMethodDescriptionGoal.getType()static GoalTypeReturns the enum constant of this class with the specified name.static GoalType[]GoalType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in web.sportflow.goal with parameters of type GoalTypeConstructors in web.sportflow.goal with parameters of type GoalType