Package bi.deep.filtering.steps
Class AllowedFilter
- java.lang.Object
-
- bi.deep.filtering.steps.AllowedFilter
-
- All Implemented Interfaces:
FilterStep
public class AllowedFilter extends Object implements FilterStep
-
-
Constructor Summary
Constructors Constructor Description AllowedFilter(Set<String> allowed)
-
-
-
Method Detail
-
filter
public TrinaryBool filter(String value)
- Specified by:
filter
in interfaceFilterStep
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interfaceFilterStep
-
-