Package org.teamapps.data.value.filter
Class OrFilter
- java.lang.Object
-
- org.teamapps.data.value.filter.OrFilter
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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, wait
-
Methods inherited from interface org.teamapps.data.value.filter.Filter
and, asOrFilter, createLevelIndentString, explain, matches
-
-
-
-
Method Detail
-
getType
public FilterType getType()
-
matches
public boolean matches(DataRecord record, boolean treatNullAsDefaultValue)
-
getProperty
public java.lang.String getProperty()
- Specified by:
getPropertyin interfaceFilter
-
-