Package org.teamapps.data.value.filter
Class OrFilter
java.lang.Object
org.teamapps.data.value.filter.OrFilter
- All Implemented Interfaces:
Filter
public class OrFilter extends java.lang.Object implements Filter
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.Stringexplain(int filterLevel)java.lang.StringgetProperty()FilterTypegetType()booleanmatches(DataRecord record, boolean treatNullAsDefaultValue)Filteror(Filter filter)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
and, asOrFilter, createLevelIndentString, explain, matches
-
Constructor Details
-
Method Details
-
getType
-
matches
-
explain
public java.lang.String explain(int filterLevel) -
getProperty
public java.lang.String getProperty()- Specified by:
getPropertyin interfaceFilter
-
or
-