Class RegexValidation
java.lang.Object
org.iplass.mtp.entity.definition.ValidationDefinition
org.iplass.mtp.entity.definition.validations.RegexValidation
- All Implemented Interfaces:
Serializable
正規表現によるValidation。
定義された正規表現に一致しない場合、エラーとなる。
- See Also:
-
Constructor Summary
ConstructorDescriptionRegexValidation
(String pattern, String errorMessage) RegexValidation
(String pattern, String errorMessage, String errorCode) -
Method Summary
Methods inherited from class org.iplass.mtp.entity.definition.ValidationDefinition
addLocalizedErrorMessage, getDescription, getErrorCode, getErrorMessage, getLocalizedErrorMessageList, getMessageCategory, getMessageId, setDescription, setErrorCode, setErrorMessage, setLocalizedErrorMessageList, setMessageCategory, setMessageId
-
Constructor Details
-
RegexValidation
public RegexValidation() -
RegexValidation
-
RegexValidation
-
-
Method Details
-
getPattern
-
setPattern
-