Class CustomFilter
java.lang.Object
com.independentsoft.office.spreadsheet.CustomFilter
The Class CustomFilter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the filter operator.getValue()Gets the value.voidsetFilterOperator(FilterOperator filterOperator)Sets the filter operator.voidSets the value.toString()
-
Constructor Details
-
CustomFilter
public CustomFilter()Instantiates a new custom filter.
-
-
Method Details
-
clone
-
toString
-
getFilterOperator
Gets the filter operator.- Returns:
- the filter operator
-
setFilterOperator
Sets the filter operator.- Parameters:
filterOperator- the new filter operator
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-