Methods in com.ibm.tws.objects.validator that throw CharValidatorException
|
protected void |
Validator.checkAlphabetic(java.lang.String field,
java.lang.String value,
java.lang.String allowed)
Checks that the string specified for the given field includes only alphabetic characters. |
protected void |
Validator.checkNumeric(java.lang.String field,
java.lang.String value,
java.lang.String allowed)
Checks that the string specified for the given field includes only numeric characters. |
protected void |
Validator.checkAlphaNumeric(java.lang.String field,
java.lang.String value,
java.lang.String allowed)
Checks that the string specified for the given field includes only alphanumeric characters. |
protected void |
Validator.checkNotAllowedChars(java.lang.String field,
java.lang.String value,
java.lang.String notAllowed)
Checks that the string specified for the given field does not include not allowed characters. |