Skip to main content

SexType

  • This class is for use with the GenderProperty

  • SexType should be called with a single argument of type string

  • The accepted values for the argument include: M, F, O, N and U

  • 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");