Uses of Enum Class
fr.utc.miage.sporttrack.entity.enumeration.Metric
Packages that use Metric
Package
Description
-
Uses of Metric in fr.utc.miage.sporttrack.dto
Methods in fr.utc.miage.sporttrack.dto that return MetricModifier and TypeMethodDescriptionBadgeFormDTO.getMetric()Returns the performance metric for this badge.ChallengeFormDTO.getMetric()Returns the performance metric for ranking in this challenge.Methods in fr.utc.miage.sporttrack.dto with parameters of type Metric -
Uses of Metric in fr.utc.miage.sporttrack.entity.enumeration
Methods in fr.utc.miage.sporttrack.entity.enumeration that return MetricModifier and TypeMethodDescriptionstatic MetricReturns the enum constant of this class with the specified name.static Metric[]Metric.values()Returns an array containing the constants of this enum class, in the order they are declared.static Metric[]Metric.valuesForChallenges()Returns all metrics except COUNT, suitable for challenge creation. -
Uses of Metric in fr.utc.miage.sporttrack.entity.event
Methods in fr.utc.miage.sporttrack.entity.event that return MetricModifier and TypeMethodDescriptionBadge.getMetric()Returns the performance metric used for this badge.Challenge.getMetric()Returns the performance metric used for ranking in this challenge.Methods in fr.utc.miage.sporttrack.entity.event with parameters of type MetricModifier and TypeMethodDescriptionvoidSets the performance metric used for this badge.voidSets the performance metric used for ranking in this challenge.Constructors in fr.utc.miage.sporttrack.entity.event with parameters of type Metric