Class AnyCharacterValidationPattern
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.charlevel.AnyCharacterValidationPattern
- All Implemented Interfaces:
Serializable
Deprecated.
Pattern for matching any printable character
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
ValidationPattern.ValidationPatternException -
Field Summary
FieldsFields inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
exactLength, maxLength, regexPattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextendExportMap(ExportMap exportMap) Deprecated.booleanDeprecated.protected StringDeprecated.protected StringDeprecated.voidsetAllowWhitespace(boolean allowWhitespace) Deprecated.Methods inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKey, getValidationErrorMessageParameters, setExactLength, setMaxLengthMethods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
completeValidation, matches
-
Field Details
-
allowWhitespace
protected boolean allowWhitespaceDeprecated.
-
-
Constructor Details
-
AnyCharacterValidationPattern
public AnyCharacterValidationPattern()Deprecated.
-
-
Method Details
-
getAllowWhitespace
public boolean getAllowWhitespace()Deprecated.- Returns:
- allowWhitespace
-
setAllowWhitespace
public void setAllowWhitespace(boolean allowWhitespace) Deprecated.- Parameters:
allowWhitespace-
-
getRegexString
Deprecated.- Specified by:
getRegexStringin classValidationPattern- See Also:
-
extendExportMap
Deprecated.- Specified by:
extendExportMapin classCharacterLevelValidationPattern- See Also:
-
getValidationErrorMessageKeyOptions
Deprecated.- Overrides:
getValidationErrorMessageKeyOptionsin classCharacterLevelValidationPattern
-
AnyCharacterPatternConstraint.