public class CoreFunctionFilter extends ColumnFilter
| Modifier and Type | Field and Description |
|---|---|
protected String |
labelValue |
protected List |
parameters |
protected CoreFunctionType |
type |
columnId| Constructor and Description |
|---|
CoreFunctionFilter() |
CoreFunctionFilter(String columnId,
CoreFunctionType type) |
CoreFunctionFilter(String columnId,
CoreFunctionType type,
Comparable... parameters) |
CoreFunctionFilter(String columnId,
CoreFunctionType type,
List parameters) |
| Modifier and Type | Method and Description |
|---|---|
ColumnFilter |
cloneInstance() |
boolean |
equals(Object obj) |
String |
getLabelValue() |
List |
getParameters() |
CoreFunctionType |
getType() |
void |
setLabelValue(String labelValue) |
void |
setParameters(Comparable... newParameters) |
void |
setParameters(List newParameters) |
void |
setType(CoreFunctionType type) |
String |
toString() |
getColumnId, setColumnIdprotected CoreFunctionType type
protected String labelValue
protected List parameters
public CoreFunctionFilter()
public CoreFunctionFilter(String columnId, CoreFunctionType type)
public CoreFunctionFilter(String columnId, CoreFunctionType type, List parameters)
public CoreFunctionFilter(String columnId, CoreFunctionType type, Comparable... parameters)
public CoreFunctionType getType()
public void setType(CoreFunctionType type)
public String getLabelValue()
public void setLabelValue(String labelValue)
public List getParameters()
public void setParameters(Comparable... newParameters)
public void setParameters(List newParameters)
public ColumnFilter cloneInstance()
cloneInstance in class ColumnFilterpublic boolean equals(Object obj)
equals in class ColumnFilterCopyright © 2017–2020 JBoss by Red Hat. All rights reserved.