Class CustomFilter

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

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

    • CustomFilter

      public CustomFilter()
      Instantiates a new custom filter.
  • Method Details

    • clone

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

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

      public FilterOperator getFilterOperator()
      Gets the filter operator.
      Returns:
      the filter operator
    • setFilterOperator

      public void setFilterOperator(FilterOperator filterOperator)
      Sets the filter operator.
      Parameters:
      filterOperator - the new filter operator
    • getValue

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

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value