Package org.teamapps.data.value.filter
Class AbstractFilter
java.lang.Object
org.teamapps.data.value.filter.AbstractFilter
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
BooleanFilter,IdValueFilter,NumericFilter,NumericRangeFilter,TextFilter
public abstract class AbstractFilter extends java.lang.Object implements Filter
-
Constructor Summary
Constructors Constructor Description AbstractFilter(java.lang.String property) -
Method Summary
Modifier and Type Method Description java.lang.StringgetProperty()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, explain, getType, matches, matches, or
-
Constructor Details
-
AbstractFilter
public AbstractFilter(java.lang.String property)
-
-
Method Details
-
getProperty
public java.lang.String getProperty()- Specified by:
getPropertyin interfaceFilter
-