public class MaxValidator extends AbstractNumericValidator
| Constructor and Description |
|---|
MaxValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
validate(Double submittedValue,
Double configuration) |
protected boolean |
validate(Float submittedValue,
Float configuration) |
protected boolean |
validate(Integer submittedValue,
Integer configuration) |
protected boolean |
validate(Long submittedValue,
Long configuration) |
protected boolean |
validate(Short submittedValue,
Short configuration) |
isNullValid, validateprotected boolean validate(Integer submittedValue, Integer configuration)
validate in class AbstractNumericValidatorprotected boolean validate(Long submittedValue, Long configuration)
validate in class AbstractNumericValidatorprotected boolean validate(Double submittedValue, Double configuration)
validate in class AbstractNumericValidatorprotected boolean validate(Float submittedValue, Float configuration)
validate in class AbstractNumericValidatorprotected boolean validate(Short submittedValue, Short configuration)
validate in class AbstractNumericValidatorCopyright © 2013–2021 camunda services GmbH. All rights reserved.