Uses of Record Class
org.faktorips.runtime.validation.NumericConstraint
Packages that use NumericConstraint
-
Uses of NumericConstraint in org.faktorips.runtime.validation
Methods in org.faktorips.runtime.validation that return NumericConstraintModifier and TypeMethodDescriptionDefaultDatabaseLengthValidationConfiguration.getNumericConstraint(Class<? extends Number> numericDatatype) IDatabaseLengthValidationConfiguration.getNumericConstraint(Class<? extends Number> numericDatatype) Returns the constraint to be used to validate numeric attributes of the given type.Methods in org.faktorips.runtime.validation with parameters of type NumericConstraintModifier and TypeMethodDescriptionDefaultDatabaseLengthValidationConfiguration.withNumericConstraint(Class<? extends Number> numericDatatype, NumericConstraint numericConstraint) Returns this configuration, updated to use the given constraint to check numeric values of the given data type.