| org.jreform.criteria.Min
Min | final public class Min extends AbstractCriterion (Code) | | Checks that value is greater than or equal to the given
Comparable .
author: armandino (at) gmail.com |
Constructor Summary | |
| Min(T min) |
generateErrorMessage | protected String generateErrorMessage()(Code) | | |
verify | protected boolean verify(T value)(Code) | | |
|
|