SexType
This class is for use with the
GenderProperty
SexType
should be called with a single argument of type stringThe accepted values for the argument include:
M
,F
,O
,N
andU
M
stands for "male",F
stands for "female",O
stands for "other",N
stands for "none or not applicable",U
stands for "unknown".new SexType("F");