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
public class AnyCharacterValidationPattern
extends org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
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
org.kuali.rice.krad.datadictionary.validation.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(org.kuali.rice.krad.datadictionary.exporter.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 classorg.kuali.rice.krad.datadictionary.validation.ValidationPattern- See Also:
-
extendExportMap
public void extendExportMap(org.kuali.rice.krad.datadictionary.exporter.ExportMap exportMap) Deprecated.- Specified by:
extendExportMapin classorg.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern- See Also:
-
getValidationErrorMessageKeyOptions
Deprecated.- Overrides:
getValidationErrorMessageKeyOptionsin classorg.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
-
AnyCharacterPatternConstraint.