org.kuali.rice.kns.datadictionary.validation.charlevel
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
public class NumericValidationPattern
- extends CharacterLevelValidationPattern
Pattern for matching numeric characters
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumericValidationPattern
public NumericValidationPattern()
getRegexString
protected String getRegexString()
- Specified by:
getRegexString
in class ValidationPattern
- Returns:
- String version of regular expression base, suitable for modification with length-specifiers and used internally by
getRegexPattern
- See Also:
ValidationPattern.getRegexString()
extendExportMap
public void extendExportMap(ExportMap exportMap)
- Description copied from class:
CharacterLevelValidationPattern
- Extends the given (parent class) exportMap as needed to represent subclass instances
- Specified by:
extendExportMap
in class CharacterLevelValidationPattern
- See Also:
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern#extendExportMap(org.kuali.bo.datadictionary.exporter.ExportMap)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.