Package org.teamapps.data.value.filter
Class AllMatchingFilter
java.lang.Object
org.teamapps.data.value.filter.AllMatchingFilter
- All Implemented Interfaces:
Filter
public class AllMatchingFilter extends java.lang.Object implements Filter
-
Constructor Summary
Constructors Constructor Description AllMatchingFilter() -
Method Summary
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, waitMethods inherited from interface org.teamapps.data.value.filter.Filter
asOrFilter, createLevelIndentString, explain, matches, or
-
Constructor Details
-
AllMatchingFilter
public AllMatchingFilter()
-
-
Method Details
-
getType
-
getProperty
public java.lang.String getProperty()- Specified by:
getPropertyin interfaceFilter
-
matches
-
explain
public java.lang.String explain(int filterLevel) -
and
-