public final class DynamicFilter extends Filter
Modifier and Type | Method and Description |
---|---|
DynamicFilterType |
getDynamicFilterType()
Gets the dynamic filter type.
|
FilterType |
getFilterType()
Gets the
FilterType.DYNAMIC value. |
void |
setDynamicFilterType(DynamicFilterType filterType)
Sets the dynamic filter type.
|
String |
toString()
Returns a
String that represents this DynamicFilter instance. |
public DynamicFilterType getDynamicFilterType()
public FilterType getFilterType()
FilterType.DYNAMIC
value.getFilterType
in class Filter
FilterType.DYNAMIC
value.public void setDynamicFilterType(DynamicFilterType filterType)
filterType
- The dynamic filter type.public String toString()
String
that represents this DynamicFilter
instance.
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
toString
in class Filter
String
that represents this DynamicFilter
instance.© GemBox d.o.o. — All rights reserved.