Package org.teamapps.data.value.filter
Class AllMatchingFilter
- java.lang.Object
-
- org.teamapps.data.value.filter.AllMatchingFilter
-
-
Constructor Summary
Constructors Constructor Description AllMatchingFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filterand(Filter filter)java.lang.Stringexplain(int filterLevel)java.lang.StringgetProperty()FilterTypegetType()booleanmatches(DataRecord record, boolean treatNullAsDefaultValue)-
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
asOrFilter, createLevelIndentString, explain, matches, or
-
-
-
-
Method Detail
-
getType
public FilterType getType()
-
getProperty
public java.lang.String getProperty()
- Specified by:
getPropertyin interfaceFilter
-
matches
public boolean matches(DataRecord record, boolean treatNullAsDefaultValue)
-
-