| Constructor and Description |
|---|
IntegerValidator(Integer minimum,
Integer maximum)
Cria um validador de inteiros.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValidationErrorMessage(Object value)
Informa a mensagem do erro de validação.
|
public String getValidationErrorMessage(Object value)
ValidatorgetValidationErrorMessage in interface Validatorvalue - O valor (Não aceita null).null se não houver erro.Copyright © 2018. All rights reserved.