public static enum Builder.Type extends Enum<Builder.Type>
| Enum Constant and Description |
|---|
ADDRESS
地址
|
BANK_CARD
银行卡
|
CITIZENID
身份证号
|
CNAPS_CODE
企业银行联号
|
DEFAUL
默认脱敏方式
|
EMAIL
电子邮件
|
GENERIC
普通号码
|
MOBILE
手机号
|
NAME
中文名
|
NONE
不脱敏
|
PASSWORD
密码
|
PAY_SIGN_NO
支付签约协议号
|
PHONE
座机号
|
| Modifier and Type | Method and Description |
|---|---|
static Builder.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Builder.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Builder.Type NONE
public static final Builder.Type DEFAUL
public static final Builder.Type NAME
public static final Builder.Type CITIZENID
public static final Builder.Type PHONE
public static final Builder.Type MOBILE
public static final Builder.Type ADDRESS
public static final Builder.Type EMAIL
public static final Builder.Type BANK_CARD
public static final Builder.Type CNAPS_CODE
public static final Builder.Type PAY_SIGN_NO
public static final Builder.Type PASSWORD
public static final Builder.Type GENERIC
public static Builder.Type[] values()
for (Builder.Type c : Builder.Type.values()) System.out.println(c);
public static Builder.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.