| Package | Description |
|---|---|
| org.dashbuilder.dataset.filter |
| Modifier and Type | Field and Description |
|---|---|
protected LogicalExprType |
LogicalExprFilter.logicalOperator |
| Modifier and Type | Method and Description |
|---|---|
static LogicalExprType |
LogicalExprType.getByName(String str) |
LogicalExprType |
LogicalExprFilter.getLogicalOperator() |
static LogicalExprType |
LogicalExprType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalExprType[] |
LogicalExprType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalExprFilter.setLogicalOperator(LogicalExprType logicalOperator) |
| Constructor and Description |
|---|
LogicalExprFilter(String columnId,
LogicalExprType operator,
ColumnFilter... terms) |
LogicalExprFilter(String columnId,
LogicalExprType operator,
List<ColumnFilter> terms) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.