public class Filter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Filter.FilterType |
| Constructor and Description |
|---|
Filter(Filter.FilterType type,
String filterPattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter() |
Filter.FilterType |
getType() |
Filter |
setFilter(String filter) |
Filter |
setType(Filter.FilterType type) |
public Filter(Filter.FilterType type, String filterPattern)
public Filter.FilterType getType()
public Filter setType(Filter.FilterType type)
public String getFilter()
Copyright © 2016. All rights reserved.