Uses of Class
project35.soa.validation.NumericValidator

Packages that use NumericValidator
project35.soa.validation The classes in this package support Project35's facilities for validating the data set. 
 

Uses of NumericValidator in project35.soa.validation
 

Subclasses of NumericValidator in project35.soa.validation
 class BoundedDoubleValidator
          Determines whether a double field value is within minimum and maximum bounds boundaries are inclusive.
 class BoundedFloatValidator
          Determines whether a float field value is within minimum and maximum bounds boundaries are inclusive.
 class BoundedIntegerValidator
          Determines whether an integer field value is within minimum and maximum bounds boundaries are inclusive.
 class DoubleValidator
          Checks whether a field value is a valid double
 class FloatValidator
          Checks whether field value is a valid float
 class IntegerValidator
          Checks whether a field value is a valid integer
 class PositiveIntegerValidator
          checks that a field is a positive integer