Package apple.healthkit.enums
Class HKCategoryValueMenstrualFlow
- java.lang.Object
-
- apple.healthkit.enums.HKCategoryValueMenstrualFlow
-
public final class HKCategoryValueMenstrualFlow extends java.lang.Object[@enum] HKCategoryValueMenstrualFlow Set of values to indicate the type of menstrual flow.
-
-
Field Summary
Fields Modifier and Type Field Description static longHeavystatic longLightstatic longMediumstatic longNonestatic longUnspecified
-
-
-
Field Detail
-
Unspecified
public static final long Unspecified
- See Also:
- Constant Field Values
-
Light
public static final long Light
- See Also:
- Constant Field Values
-
Medium
public static final long Medium
- See Also:
- Constant Field Values
-
Heavy
public static final long Heavy
- See Also:
- Constant Field Values
-
None
public static final long None
- See Also:
- Constant Field Values
-
-