AgeRange

public enum AgeRange : String, Codable

연령대 정보 열거형

  • 0세 ~ 9세

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    case Type90 = "90~"