model/client/client_sex library
Enums
- ClientSex
-
This is defining an enumeration type called
ClientSex
with four possible values:notSpecified
,male
,female
, andother
. Each value is assigned a string representation that corresponds to the value's name in all caps.