AgeRange

public enum AgeRange : String, Codable

연령대 정보 열거형

  • 0세 ~ 9세

    Declaration

    Swift

    case Age0_9 = "0~9"
  • 10세 ~ 14세

    Declaration

    Swift

    case Age10_14 = "10~14"
  • 15세 ~ 19세

    Declaration

    Swift

    case Age15_19 = "15~19"
  • 20세 ~ 29세

    Declaration

    Swift

    case Age20_29 = "20~29"
  • 30세 ~ 39세

    Declaration

    Swift

    case Age30_39 = "30~39"
  • 40세 ~ 49세

    Declaration

    Swift

    case Age40_49 = "40~49"
  • 50세 ~ 59세

    Declaration

    Swift

    case Age50_59 = "50~59"
  • 60세 ~ 69세

    Declaration

    Swift

    case Age60_69 = "60~69"
  • 70세 ~ 79세

    Declaration

    Swift

    case Age70_79 = "70~79"
  • 80세 ~ 89세

    Declaration

    Swift

    case Age80_89 = "80~89"
  • 90세 이상

    Declaration

    Swift

    case Age90_Above = "90~"