Class DoubleValueParams

java.lang.Object
generalDatabase.dataExport.ValueFilterParams
generalDatabase.dataExport.DoubleValueParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class DoubleValueParams extends ValueFilterParams implements ManagedParameters
Class for filtering double of float values in a database table
Author:
Doug Gillespie
See Also:
  • Constructor Details

    • DoubleValueParams

      public DoubleValueParams()
  • Method Details

    • getMinValue

      public String getMinValue()
      Get the min value as a string
      Specified by:
      getMinValue in class ValueFilterParams
      Returns:
      min value as a string
    • getMaxValue

      public String getMaxValue()
      Get the max value as a string
      Specified by:
      getMaxValue in class ValueFilterParams
      Returns:
      max value as a string
    • setMinValue

      public boolean setMinValue(String minValue)
      Set the minimum value
      Specified by:
      setMinValue in class ValueFilterParams
      Parameters:
      minValue - min value as a string
      Returns:
      true if decoded successfully
    • setMaxValue

      public boolean setMaxValue(String maxValue)
      Set the maximum value
      Specified by:
      setMaxValue in class ValueFilterParams
      Parameters:
      maxValue - max value as a string
      Returns:
      true if decoded successfully
    • getTextFieldLength

      public int getTextFieldLength()
      Get the length of a typical text field need to display these data.
      Specified by:
      getTextFieldLength in class ValueFilterParams
      Returns:
      the length of a typical text field need to display these data.
    • getParameterSet

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Overrides:
      getParameterSet in class ValueFilterParams
      Returns:
      description of the parameters in a class.