Package apple.healthkit.enums
Class HKFitzpatrickSkinType
- java.lang.Object
-
- apple.healthkit.enums.HKFitzpatrickSkinType
-
public final class HKFitzpatrickSkinType extends java.lang.Object[@enum] HKFitzpatrickSkinType This enumerated type is used to represent the skin type of an individual based on the Fitzpatrick scale. The Fitzpatrick scale is a numerical classification for skin color based on the skin's response to sun exposure in terms of the degree of burning and tanning. [@constant] HKFitzpatrickSkinTypeI Pale white skin that always burns easily in the sun and never tans. [@constant] HKFitzpatrickSkinTypeII White skin that burns easily and tans minimally. [@constant] HKFitzpatrickSkinTypeIII White to light brown skin that burns moderately and tans uniformly. [@constant] HKFitzpatrickSkinTypeIV Beige-olive, lightly tanned skin that burns minimally and tans moderately. [@constant] HKFitzpatrickSkinTypeV Brown skin that rarely burns and tans profusely. [@constant] HKFitzpatrickSkinTypeVI Dark brown to black skin that never burns and tans profusely.
-
-
Field Detail
-
NotSet
public static final long NotSet
- See Also:
- Constant Field Values
-
I
public static final long I
- See Also:
- Constant Field Values
-
II
public static final long II
- See Also:
- Constant Field Values
-
III
public static final long III
- See Also:
- Constant Field Values
-
IV
public static final long IV
- See Also:
- Constant Field Values
-
V
public static final long V
- See Also:
- Constant Field Values
-
VI
public static final long VI
- See Also:
- Constant Field Values
-
-