Class NumericValidationPattern
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.charlevel.NumericValidationPattern
- All Implemented Interfaces:
Serializable
Deprecated.
Pattern for matching numeric characters
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
ValidationPattern.ValidationPatternException -
Field Summary
Fields inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
exactLength, maxLength, regexPattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextendExportMap(ExportMap exportMap) Deprecated.protected StringDeprecated.Methods inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKey, getValidationErrorMessageKeyOptions, getValidationErrorMessageParameters, setExactLength, setMaxLengthMethods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
completeValidation, matches
-
Constructor Details
-
NumericValidationPattern
public NumericValidationPattern()Deprecated.
-
-
Method Details
-
getRegexString
Deprecated.- Specified by:
getRegexStringin classValidationPattern- See Also:
-
extendExportMap
Deprecated.- Specified by:
extendExportMapin classCharacterLevelValidationPattern- See Also:
-
NumericPatternConstraint.