org.camunda.bpm.engine.impl.form.validator
Class MaxValidator
java.lang.Object
org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
org.camunda.bpm.engine.impl.form.validator.MaxValidator
- All Implemented Interfaces:
- FormFieldValidator
public class MaxValidator
- extends AbstractNumericValidator
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxValidator
public MaxValidator()
validate
protected boolean validate(Integer submittedValue,
Integer configuration)
- Specified by:
validate in class AbstractNumericValidator
validate
protected boolean validate(Long submittedValue,
Long configuration)
- Specified by:
validate in class AbstractNumericValidator
validate
protected boolean validate(Double submittedValue,
Double configuration)
- Specified by:
validate in class AbstractNumericValidator
validate
protected boolean validate(Float submittedValue,
Float configuration)
- Specified by:
validate in class AbstractNumericValidator
validate
protected boolean validate(Short submittedValue,
Short configuration)
- Specified by:
validate in class AbstractNumericValidator
Copyright © 2017 camunda services GmbH. All rights reserved.