Class FloatingPointValidationPattern

java.lang.Object
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.fieldlevel.FloatingPointValidationPattern
All Implemented Interfaces:
Serializable

@Deprecated public class FloatingPointValidationPattern extends org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
Deprecated.
Use FloatingPointPatternConstraint.
Validation pattern for matching floating point numbers, optionally matching negative numbers
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

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
    Deprecated.
     

    Fields inherited from class org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern

    regexPattern
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kuali.rice.krad.datadictionary.exporter.ExportMap
    Deprecated.
     
    boolean
    Deprecated.
     
    protected String
    Deprecated.
     
    protected String
    Deprecated.
    Adds special handling to account for optional allowNegative
    Deprecated.
     
    void
    setAllowNegative(boolean allowNegative)
    Deprecated.
     

    Methods inherited from class org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern

    getRegexPattern

    Methods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern

    completeValidation, getValidationErrorMessageParameters, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • allowNegative

      protected boolean allowNegative
      Deprecated.
  • Constructor Details

    • FloatingPointValidationPattern

      public FloatingPointValidationPattern()
      Deprecated.
  • Method Details

    • getAllowNegative

      public boolean getAllowNegative()
      Deprecated.
      Returns:
      allowNegative
    • setAllowNegative

      public void setAllowNegative(boolean allowNegative)
      Deprecated.
      Parameters:
      allowNegative -
    • getRegexString

      protected String getRegexString()
      Deprecated.
      Adds special handling to account for optional allowNegative
      Overrides:
      getRegexString in class org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
      See Also:
      • ValidationPattern.getRegexString()
    • getPatternTypeName

      protected String getPatternTypeName()
      Deprecated.
      Specified by:
      getPatternTypeName in class org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
      See Also:
      • FieldLevelValidationPattern.getPatternTypeName()
    • buildExportMap

      public org.kuali.rice.krad.datadictionary.exporter.ExportMap buildExportMap(String exportKey)
      Deprecated.
      Overrides:
      buildExportMap in class org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
      See Also:
      • ValidationPattern.buildExportMap(java.lang.String)
    • getValidationErrorMessageKey

      public String getValidationErrorMessageKey()
      Deprecated.
      Overrides:
      getValidationErrorMessageKey in class org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
      See Also:
      • FieldLevelValidationPattern.getValidationErrorMessageKey()