public class Filter
extends java.lang.Object
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
FilterOption |
getFilterOption(java.lang.String key)
Return the
FilterOption corresponding with the passed key. |
java.util.List<FilterOption> |
getFilterOptions()
Gets the filter options.
|
void |
setFilterOption(FilterOption filterOption)
Sets the filter option.
|
java.lang.String |
toString() |
public void setFilterOption(FilterOption filterOption)
filterOption
- the filter optionpublic java.util.List<FilterOption> getFilterOptions()
public FilterOption getFilterOption(java.lang.String key)
FilterOption
corresponding with the passed key. Return null if not FilterOption
can be
found.key
- the key representing the FilterOption
FilterOption
corresponding with the passed keypublic java.lang.String toString()
toString
in class java.lang.Object