Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long I  
      static long II  
      static long III  
      static long IV  
      static long NotSet  
      static long V  
      static long VI  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait