Class SValidatorGreaterEqual

java.lang.Object
simpleorm.dataset.validation.SValidatorI
simpleorm.dataset.validation.SValidatorGreaterEqual
All Implemented Interfaces:
Serializable

public class SValidatorGreaterEqual extends SValidatorI
Validates that a numeric value is greater than or equal to a given value, normally 0.
See Also: