Package io.keikai.model
Interface SCustomFilter
-
- All Known Implementing Classes:
CustomFilterImpl
public interface SCustomFilter
- Since:
- 3.9.0
- Author:
- henri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayValue()
SAutoFilter.FilterOp
getOperator()
String
getValue()
-
-
-
Method Detail
-
getValue
String getValue()
-
getOperator
SAutoFilter.FilterOp getOperator()
-
getDisplayValue
String getDisplayValue()
-
-