Package org.teamapps.data.value.filter
Class BooleanFilter
- java.lang.Object
-
- org.teamapps.data.value.filter.AbstractFilter
-
- org.teamapps.data.value.filter.BooleanFilter
-
- All Implemented Interfaces:
Filter
public class BooleanFilter extends AbstractFilter
-
-
Constructor Summary
Constructors Constructor Description BooleanFilter(java.lang.String property, boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringexplain(int filterLevel)FilterTypegetType()java.lang.BooleangetValue()booleanmatches(DataRecord record, boolean treatNullAsDefaultValue)-
Methods inherited from class org.teamapps.data.value.filter.AbstractFilter
getProperty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teamapps.data.value.filter.Filter
and, asOrFilter, createLevelIndentString, explain, matches, or
-
-
-
-
Method Detail
-
getType
public FilterType getType()
-
matches
public boolean matches(DataRecord record, boolean treatNullAsDefaultValue)
-
explain
public java.lang.String explain(int filterLevel)
-
getValue
public java.lang.Boolean getValue()
-
-