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