public class CompoundFilterType extends FilterType
| Modifier and Type | Field and Description |
|---|---|
protected FilterType |
leftFilter |
protected String |
logicalOperator |
protected FilterType |
rightFilter |
negate| Constructor and Description |
|---|
CompoundFilterType() |
| Modifier and Type | Method and Description |
|---|---|
FilterType |
getLeftFilter() |
String |
getLogicalOperator() |
FilterType |
getRightFilter() |
void |
setLeftFilter(FilterType value) |
void |
setLogicalOperator(String value) |
void |
setRightFilter(FilterType value) |
isNegate, setNegateprotected FilterType leftFilter
protected FilterType rightFilter
protected String logicalOperator
public FilterType getLeftFilter()
public void setLeftFilter(FilterType value)
public FilterType getRightFilter()
public void setRightFilter(FilterType value)
public String getLogicalOperator()
public void setLogicalOperator(String value)
Copyright © 2020. All rights reserved.