Class FloatingPointValidationPattern
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.fieldlevel.FloatingPointValidationPattern
- All Implemented Interfaces:
Serializable
@Deprecated
public class FloatingPointValidationPattern
extends org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
Deprecated.
Validation pattern for matching floating point numbers, optionally matching negative numbers
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.ValidationPattern.ValidationPatternException -
Field Summary
FieldsFields inherited from class org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
regexPattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.krad.datadictionary.exporter.ExportMapbuildExportMap(String exportKey) Deprecated.booleanDeprecated.protected StringDeprecated.protected StringDeprecated.Adds special handling to account for optional allowNegativeDeprecated.voidsetAllowNegative(boolean allowNegative) Deprecated.Methods inherited from class org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
getRegexPatternMethods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
completeValidation, getValidationErrorMessageParameters, matches
-
Field Details
-
allowNegative
protected boolean allowNegativeDeprecated.
-
-
Constructor Details
-
FloatingPointValidationPattern
public FloatingPointValidationPattern()Deprecated.
-
-
Method Details
-
getAllowNegative
public boolean getAllowNegative()Deprecated.- Returns:
- allowNegative
-
setAllowNegative
public void setAllowNegative(boolean allowNegative) Deprecated.- Parameters:
allowNegative-
-
getRegexString
Deprecated.Adds special handling to account for optional allowNegative- Overrides:
getRegexStringin classorg.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern- See Also:
-
getPatternTypeName
Deprecated.- Specified by:
getPatternTypeNamein classorg.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern- See Also:
-
buildExportMap
Deprecated.- Overrides:
buildExportMapin classorg.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern- See Also:
-
getValidationErrorMessageKey
Deprecated.- Overrides:
getValidationErrorMessageKeyin classorg.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern- See Also:
-
FloatingPointPatternConstraint.