Package com.polar.sdk.api.model
Enum PolarExerciseSession.SportProfile
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum PolarExerciseSession.SportProfile extends Enum<PolarExerciseSession.SportProfile>
Supported sport profiles.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPolarExerciseSession.SportProfile.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integeridprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<PolarExerciseSession.SportProfile>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNRUNNINGCYCLINGOTHER_OUTDOOR
-
Method Summary
Modifier and Type Method Description final PolarExerciseSession.SportProfilevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<PolarExerciseSession.SportProfile>values()Returns an array containing the constants of this enum type, in the order they're declared. final IntegergetId()final EnumEntries<PolarExerciseSession.SportProfile>getEntries()Supported sport profiles. -
-
Method Detail
-
valueOf
final PolarExerciseSession.SportProfile valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<PolarExerciseSession.SportProfile> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<PolarExerciseSession.SportProfile> getEntries()
Supported sport profiles.
-
-
-
-