java.lang.Object | ||
↳ | com.microstrategy.utils.validator.DefaultValidator | |
↳ | com.microstrategy.utils.validator.BooleanValidator |
This implements a validator that checks if the input is a correct boolean value.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BooleanValidator() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
validate(String value)
Validate the value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Validate the value.
value | - value of the parameter |
---|