public class FilterParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
FilterParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getType() |
void |
setName(String name) |
void |
setType(String type) |
Copyright © 2018. All rights reserved.