@Deprecated public class FloatingPointValidationPattern extends FieldLevelValidationPattern
ValidationPattern.ValidationPatternException
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowNegative
Deprecated.
|
regexPattern
Constructor and Description |
---|
FloatingPointValidationPattern()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExportMap |
buildExportMap(String exportKey)
Deprecated.
Builds an export map describing the subclass instance.
|
boolean |
getAllowNegative()
Deprecated.
|
protected String |
getPatternTypeName()
Deprecated.
|
protected String |
getRegexString()
Deprecated.
Adds special handling to account for optional allowNegative
|
String |
getValidationErrorMessageKey()
Deprecated.
This overridden method ...
|
void |
setAllowNegative(boolean allowNegative)
Deprecated.
|
getRegexPattern
completeValidation, getValidationErrorMessageParameters, matches
protected boolean allowNegative
public FloatingPointValidationPattern()
public boolean getAllowNegative()
public void setAllowNegative(boolean allowNegative)
allowNegative
- protected String getRegexString()
getRegexString
in class FieldLevelValidationPattern
ValidationPattern.getRegexString()
protected String getPatternTypeName()
getPatternTypeName
in class FieldLevelValidationPattern
FieldLevelValidationPattern.getPatternTypeName()
public ExportMap buildExportMap(String exportKey)
ValidationPattern
buildExportMap
in class FieldLevelValidationPattern
ValidationPattern.buildExportMap(java.lang.String)
public String getValidationErrorMessageKey()
FieldLevelValidationPattern
getValidationErrorMessageKey
in class FieldLevelValidationPattern
FieldLevelValidationPattern.getValidationErrorMessageKey()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.