org.kuali.rice.kns.datadictionary.validation.charlevel
Class AlphaValidationPattern
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.charlevel.AlphaValidationPattern
- All Implemented Interfaces:
- Serializable
public class AlphaValidationPattern
- extends CharacterLevelValidationPattern
Pattern for matching alpha characters
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
allowWhitespace
protected boolean allowWhitespace
AlphaValidationPattern
public AlphaValidationPattern()
getAllowWhitespace
public boolean getAllowWhitespace()
- Returns:
- allowWhitespace
setAllowWhitespace
public void setAllowWhitespace(boolean allowWhitespace)
- Parameters:
allowWhitespace
-
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)
getValidationErrorMessageKeyOptions
protected String getValidationErrorMessageKeyOptions()
- Overrides:
getValidationErrorMessageKeyOptions
in class CharacterLevelValidationPattern
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.