Package | Description |
---|---|
org.dromara.hutool.core.data |
数据相关封装和工具类
在Hutool中,“数据”是指社会属性的内容 如ID、电话、统一社会信用代码、密码、坐标系、数据脱敏等。 |
Modifier and Type | Method and Description |
---|---|
CIN10.Gender |
CIN10.getGender()
获取性别
|
static CIN10.Gender |
CIN10.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CIN10.Gender[] |
CIN10.Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.