パッケージ | 説明 |
---|---|
jp.sourceforge.masasa.architecture.framework.validation.annotation |
入力チェックアノテーション群を定義します.
|
修飾子とタイプ | クラスと説明 |
---|---|
interface |
CheckByte
Byte型チェックルール用アノテーション.
|
interface |
CheckCreditCard
クレジットカード型チェックルール用アノテーション.
|
interface |
CheckDate
Date型チェックルール用アノテーション.
|
interface |
CheckDouble
Double型チェックルール用アノテーション.
|
interface |
CheckDoubleRange
Double型範囲チェックルール用アノテーション.
|
interface |
CheckEmail
Email型チェックルール用アノテーション.
|
interface |
CheckFloat
Float型チェックルール用アノテーション.
|
interface |
CheckFloatRange
Float型範囲チェックルール用アノテーション.
|
interface |
CheckInteger
Integer型チェックルール用アノテーション.
|
interface |
CheckIntRange
Integer型範囲チェックルール用アノテーション.
|
interface |
CheckLong
Long型チェックルール用アノテーション.
|
interface |
CheckMask
正規表現型チェックルール用アノテーション.
|
interface |
CheckMaxLength
最大文字列長チェックルール用アノテーション.
|
interface |
CheckMinLength
最小文字列長チェックルール用アノテーション.
|
interface |
CheckRequired
必須チェックルール用アノテーション.
|
interface |
CheckRequiredIf
条件付必須チェックルール用アノテーション.
|
interface |
CheckShort
Short型チェックルール用アノテーション.
|
interface |
CheckUrl
URL型チェックルール用アノテーション.
|