AgeRange

연령대
Age range

Entries

Link copied to clipboard
@SerializedName(value = "0~9")
AGE_0_9

0세~9세
0 to 9 years old

Link copied to clipboard
@SerializedName(value = "10~14")
AGE_10_14

10세~14세
10 to 14 years old

Link copied to clipboard
@SerializedName(value = "15~19")
AGE_15_19

15세~19세
15 to 19 years old

Link copied to clipboard
@SerializedName(value = "20~29")
AGE_20_29

20세~29세
20 to 29 years old

Link copied to clipboard
@SerializedName(value = "30~39")
AGE_30_39

30세~39세
30 to 39 years old

Link copied to clipboard
@SerializedName(value = "40~49")
AGE_40_49

40세~49세
40 to 49 years old

Link copied to clipboard
@SerializedName(value = "50~59")
AGE_50_59

50세~59세
50 to 59 years old

Link copied to clipboard
@SerializedName(value = "60~69")
AGE_60_69

60세~69세
60 to 69 years old

Link copied to clipboard
@SerializedName(value = "70~79")
AGE_70_79

70세~79세
70 to 79 years old

Link copied to clipboard
@SerializedName(value = "80~89")
AGE_80_89

80세~89세
80 to 89 years old

Link copied to clipboard
@SerializedName(value = "90~")
AGE_90_ABOVE

90세 이상
Over 90 years old

Link copied to clipboard

알 수 없음
Unknown

Functions

Link copied to clipboard
fun valueOf(value: String): AgeRange

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard