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

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

    • Filter

      public Filter()
      Instantiates a new filter.
    • Filter

      public Filter(String value)
      Instantiates a new filter.
      Parameters:
      value - the value
  • Method Details

    • clone

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

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

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

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