public class StaticScheme
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
PRIORITY_GENERAL |
static int |
PRIORITY_REQUIRED |
| 构造器和说明 |
|---|
StaticScheme() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Scheme |
bankCard()
银行卡号
|
static Scheme |
BankCard() |
static Scheme |
chineseIDCard()
身份证号
|
static Scheme |
ChineseIDCard() |
static Scheme |
chineseMobile()
手机号
|
static Scheme |
ChineseMobile() |
static Scheme |
chineseTelephone()
固定电话号码
|
static Scheme |
ChineseTelephone() |
static Scheme |
digitLetters()
数字和字母
|
static Scheme |
digits()
输入内容只能是数字
|
static Scheme |
Digits() |
static Scheme |
email()
电子邮件地址
|
static Scheme |
Email() |
static Scheme |
host()
域名地址
|
static Scheme |
Host() |
static Scheme |
ipv4()
IPV4地址
|
static Scheme |
IPv4() |
static Scheme |
isFalse()
为False状态
|
static Scheme |
IsFalse() |
static Scheme |
isTrue()
为True状态
|
static Scheme |
IsTrue() |
static Scheme |
letters()
数字和字母
|
static Scheme |
MAC()
固定电话号码
|
static Scheme |
notBlank()
输入内容不能为空值:空格,制表符等
|
static Scheme |
NotBlank() |
static Scheme |
numeric()
数值
|
static Scheme |
Numeric() |
static Scheme |
required()
必要项,输入内容不能为空
|
static Scheme |
Required() |
static Scheme |
url()
URL地址
|
static Scheme |
URL() |
public static final int PRIORITY_REQUIRED
public static final int PRIORITY_GENERAL
public static Scheme Required()
public static Scheme required()
public static Scheme NotBlank()
public static Scheme notBlank()
public static Scheme Digits()
public static Scheme digits()
public static Scheme Email()
public static Scheme email()
public static Scheme IPv4()
public static Scheme ipv4()
public static Scheme Host()
public static Scheme host()
public static Scheme URL()
public static Scheme url()
public static Scheme Numeric()
public static Scheme numeric()
public static Scheme BankCard()
public static Scheme bankCard()
public static Scheme ChineseIDCard()
public static Scheme chineseIDCard()
public static Scheme ChineseMobile()
public static Scheme chineseMobile()
public static Scheme ChineseTelephone()
public static Scheme chineseTelephone()
public static Scheme MAC()
public static Scheme IsTrue()
public static Scheme isTrue()
public static Scheme IsFalse()
public static Scheme isFalse()
public static Scheme digitLetters()
public static Scheme letters()