| java.lang.Object | |
| ↳ | com.atlassian.validation.IntegerValidator |
Validates that a string is an integer, optionally within a specific range of values.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validate the given string to see if it passes and if not, why not.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.validation.Validator
| |||||||||||||
Validate the given string to see if it passes and if not, why not.
| value | all validation input is a String. |
|---|

