public class AlphaNumericValidationPattern extends CharacterLevelValidationPattern
ValidationPattern.ValidationPatternException| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowDash |
protected boolean |
allowDollar |
protected boolean |
allowForwardSlash |
protected boolean |
allowParenthesis |
protected boolean |
allowPeriod |
protected boolean |
allowUnderscore |
protected boolean |
allowWhitespace |
protected boolean |
lowerCase |
exactLength, maxLength, regexPattern| Constructor and Description |
|---|
AlphaNumericValidationPattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
extendExportMap(ExportMap exportMap)
Extends the given (parent class) exportMap as needed to represent subclass instances
|
boolean |
getAllowDash() |
boolean |
getAllowPeriod() |
boolean |
getAllowUnderscore() |
boolean |
getAllowWhitespace() |
protected String |
getRegexString() |
protected String |
getValidationErrorMessageKeyOptions() |
boolean |
isAllowDollar() |
boolean |
isAllowForwardSlash() |
boolean |
isAllowParenthesis() |
boolean |
isAllowPeriod() |
boolean |
isLowerCase() |
void |
setAllowDash(boolean allowDash) |
void |
setAllowDollar(boolean allowDollar) |
void |
setAllowForwardSlash(boolean allowForwardSlash) |
void |
setAllowParenthesis(boolean allowParenthesis) |
void |
setAllowPeriod(boolean allowPeriod) |
void |
setAllowUnderscore(boolean allowUnderscore) |
void |
setAllowWhitespace(boolean allowWhitespace) |
void |
setLowerCase(boolean lowerCase) |
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKey, getValidationErrorMessageParameters, setExactLength, setMaxLengthcompleteValidation, matchesprotected boolean allowWhitespace
protected boolean allowUnderscore
protected boolean allowPeriod
protected boolean allowParenthesis
protected boolean allowDollar
protected boolean allowForwardSlash
protected boolean lowerCase
protected boolean allowDash
public AlphaNumericValidationPattern()
public boolean getAllowPeriod()
public void setAllowPeriod(boolean allowPeriod)
allowPeriod - public boolean isAllowPeriod()
public boolean isAllowParenthesis()
public void setAllowParenthesis(boolean allowParenthesis)
allowParenthesis - the allowParenthesis to setpublic boolean isAllowDollar()
public void setAllowDollar(boolean allowDollar)
allowDollar - the allowDollar to setpublic boolean isAllowForwardSlash()
public void setAllowForwardSlash(boolean allowForwardSlash)
allowForwardSlash - the allowforwardSlash to setpublic boolean getAllowWhitespace()
public void setAllowWhitespace(boolean allowWhitespace)
allowWhitespace - public boolean getAllowUnderscore()
public void setAllowUnderscore(boolean allowUnderscore)
allowUnderscore - public boolean isLowerCase()
public void setLowerCase(boolean lowerCase)
lowerCase - the lowerCase to setpublic boolean getAllowDash()
public void setAllowDash(boolean allowDash)
allowDash - protected String getRegexString()
getRegexString in class ValidationPatternValidationPattern.getRegexString()public void extendExportMap(ExportMap exportMap)
CharacterLevelValidationPatternextendExportMap in class CharacterLevelValidationPatternorg.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern#extendExportMap(org.kuali.bo.datadictionary.exporter.ExportMap)protected String getValidationErrorMessageKeyOptions()
getValidationErrorMessageKeyOptions in class CharacterLevelValidationPatternCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.