Gender

enum Gender : Enum<Gender>

성별
Gender

Entries

Link copied to clipboard
@SerializedName(value = "female")
FEMALE

여자
Female

Link copied to clipboard
@SerializedName(value = "male")
MALE

남자
Male

Link copied to clipboard

알 수 없음
Unknown

Functions

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

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