Package apple.healthkit.enums
Class HKBiologicalSex
- java.lang.Object
-
- apple.healthkit.enums.HKBiologicalSex
-
public final class HKBiologicalSex extends java.lang.Object[@enum] HKBiologicalSex This enumerated type is used to represent the biological sex of an individual.
-
-
Field Detail
-
NotSet
public static final long NotSet
- See Also:
- Constant Field Values
-
Female
public static final long Female
- See Also:
- Constant Field Values
-
Male
public static final long Male
- See Also:
- Constant Field Values
-
Other
public static final long Other
- See Also:
- Constant Field Values
-
-