Package com.polar.sdk.api.model
Enum PolarUserDeviceSettings.DeviceLocation
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum PolarUserDeviceSettings.DeviceLocation extends Enum<PolarUserDeviceSettings.DeviceLocation>
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
value
private final String
name
private final Integer
ordinal
private final EnumEntries<PolarUserDeviceSettings.DeviceLocation>
entries
-
Enum Constant Summary
Enum Constants Enum Constant Description UNDEFINED
OTHER
WRIST_LEFT
WRIST_RIGHT
NECKLACE
CHEST
UPPER_BACK
FOOT_LEFT
FOOT_RIGHT
LOWER_ARM_LEFT
LOWER_ARM_RIGHT
UPPER_ARM_LEFT
UPPER_ARM_RIGHT
BIKE_MOUNT
-
Method Summary
Modifier and Type Method Description final PolarUserDeviceSettings.DeviceLocation
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<PolarUserDeviceSettings.DeviceLocation>
values()
Returns an array containing the constants of this enum type, in the order they're declared. final Integer
getValue()
final EnumEntries<PolarUserDeviceSettings.DeviceLocation>
getEntries()
-
-
Method Detail
-
valueOf
final PolarUserDeviceSettings.DeviceLocation 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<PolarUserDeviceSettings.DeviceLocation> 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<PolarUserDeviceSettings.DeviceLocation> getEntries()
-
-
-
-