Package apple.healthkit.enums
Class HKCategoryValueSeverity
- java.lang.Object
-
- apple.healthkit.enums.HKCategoryValueSeverity
-
public final class HKCategoryValueSeverity extends java.lang.Object[@enum] HKCategoryValueSeverity Set of values to indicate the severity of a symptom.
-
-
Field Summary
Fields Modifier and Type Field Description static longMildstatic longModeratestatic longNotPresentstatic longSeverestatic longUnspecified
-
-
-
Field Detail
-
Unspecified
public static final long Unspecified
- See Also:
- Constant Field Values
-
NotPresent
public static final long NotPresent
- See Also:
- Constant Field Values
-
Mild
public static final long Mild
- See Also:
- Constant Field Values
-
Moderate
public static final long Moderate
- See Also:
- Constant Field Values
-
Severe
public static final long Severe
- See Also:
- Constant Field Values
-
-