| Package | Description |
|---|---|
| net.sf.jasperreports.engine.json.expression.filter |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression.LOGICAL_OPERATOR |
CompoundFilterExpression.getLogicalOperator() |
static FilterExpression.LOGICAL_OPERATOR |
FilterExpression.LOGICAL_OPERATOR.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterExpression.LOGICAL_OPERATOR[] |
FilterExpression.LOGICAL_OPERATOR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CompoundFilterExpression(FilterExpression f1,
FilterExpression f2,
FilterExpression.LOGICAL_OPERATOR logicalOperator) |
Copyright © 2017. All rights reserved.