Uses of Enum Class
org.episteme.social.sports.NutritionPlanner.ActivityLevel
Packages that use NutritionPlanner.ActivityLevel
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of NutritionPlanner.ActivityLevel in org.episteme.social.sports
Subclasses with type arguments of type NutritionPlanner.ActivityLevel in org.episteme.social.sportsModifier and TypeClassDescriptionstatic enumStandard categorical activity levels for metabolic calculations.Methods in org.episteme.social.sports that return NutritionPlanner.ActivityLevelModifier and TypeMethodDescriptionNutritionPlanner.AthleteProfile.activityLevel()Returns the value of theactivityLevelrecord component.Returns the enum constant of this class with the specified name.static NutritionPlanner.ActivityLevel[]NutritionPlanner.ActivityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.sports with parameters of type NutritionPlanner.ActivityLevelModifierConstructorDescriptionAthleteProfile(double massKg, double heightCm, int age, boolean isMale, String sport, NutritionPlanner.ActivityLevel activityLevel, NutritionPlanner.TrainingPhase phase) Creates an instance of aAthleteProfilerecord class.