Sex
An enumeration containing sex types
Last updated
An enumeration containing sex types
Last updated
Only relevant details are shown, boilerplate or standard Swift generated code is omitted
case Male
The subject is a male.
case Female
The subject is a female.
case Undetermined
The sex of the subject is undetermined.
public var stringValue: String { get }
Example: "Female"
Returns the case name, separated by spaces, in string format.
Name
Description
The subject is a male.
The subject is a female.
The sex of the subject is undetermined.
Name
Type
Description
String
Returns the case name, separated by spaces, in string format.