Validator.Result
Constructor and Description |
---|
IntegerValidator() |
IntegerValidator(int minValue,
int maxValue) |
Modifier and Type | Method and Description |
---|---|
Validator.Result |
validate(String value)
Validate the given string to see if it passes and if not, why not.
|
public IntegerValidator()
public IntegerValidator(int minValue, int maxValue)
public Validator.Result validate(String value)
Validator
Copyright © 2002-2017 Atlassian. All Rights Reserved.