Class DynamicFilter

java.lang.Object
com.independentsoft.office.spreadsheet.DynamicFilter

public class DynamicFilter extends Object
The Class DynamicFilter.
  • Constructor Details

    • DynamicFilter

      public DynamicFilter()
      Instantiates a new dynamic filter.
  • Method Details

    • clone

      public DynamicFilter clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getMaxValue

      public double getMaxValue()
      Gets the max value.
      Returns:
      the max value
    • setMaxValue

      public void setMaxValue(double maxValue)
      Sets the max value.
      Parameters:
      maxValue - the new max value
    • getValue

      public double getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(double value)
      Sets the value.
      Parameters:
      value - the new value
    • getType

      public DynamicFilterType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(DynamicFilterType type)
      Sets the type.
      Parameters:
      type - the new type