Package com.polar.sdk.api.model
Enum PolarPpgData.PpgDataType
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum PolarPpgData.PpgDataType extends Enum<PolarPpgData.PpgDataType>
-
-
Field Summary
Fields Modifier and Type Field Description private final String
name
private final Integer
ordinal
private final EnumEntries<PolarPpgData.PpgDataType>
entries
-
Enum Constant Summary
Enum Constants Enum Constant Description PPG3_AMBIENT1
Polar ohr led data containing 3 ppg and 1 ambient channel
FRAME_TYPE_4
FRAME_TYPE_5
FRAME_TYPE_7
FRAME_TYPE_8
FRAME_TYPE_9
FRAME_TYPE_10
SPORT_ID
UNKNOWN
-
Method Summary
Modifier and Type Method Description final PolarPpgData.PpgDataType
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<PolarPpgData.PpgDataType>
values()
Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<PolarPpgData.PpgDataType>
getEntries()
-
-
Method Detail
-
valueOf
final PolarPpgData.PpgDataType 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<PolarPpgData.PpgDataType> 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<PolarPpgData.PpgDataType> getEntries()
-
-
-
-