Uses of Enum
net.sf.jasperreports.json.expression.filter.FilterExpression.LOGICAL_OPERATOR
Packages that use FilterExpression.LOGICAL_OPERATOR
-
Uses of FilterExpression.LOGICAL_OPERATOR in net.sf.jasperreports.json.expression.filter
Methods in net.sf.jasperreports.json.expression.filter that return FilterExpression.LOGICAL_OPERATORModifier and TypeMethodDescriptionCompoundFilterExpression.getLogicalOperator()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.Constructors in net.sf.jasperreports.json.expression.filter with parameters of type FilterExpression.LOGICAL_OPERATORModifierConstructorDescriptionCompoundFilterExpression(FilterExpression f1, FilterExpression f2, FilterExpression.LOGICAL_OPERATOR logicalOperator)