Uses of Class
org.dashbuilder.dataset.filter.LogicalExprType
-
Packages that use LogicalExprType Package Description org.dashbuilder.dataset.filter -
-
Uses of LogicalExprType in org.dashbuilder.dataset.filter
Fields in org.dashbuilder.dataset.filter declared as LogicalExprType Modifier and Type Field Description protected LogicalExprTypeLogicalExprFilter. logicalOperatorMethods in org.dashbuilder.dataset.filter that return LogicalExprType Modifier and Type Method Description static LogicalExprTypeLogicalExprType. getByName(String str)LogicalExprTypeLogicalExprFilter. getLogicalOperator()static LogicalExprTypeLogicalExprType. 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.Methods in org.dashbuilder.dataset.filter with parameters of type LogicalExprType Modifier and Type Method Description voidLogicalExprFilter. setLogicalOperator(LogicalExprType logicalOperator)Constructors in org.dashbuilder.dataset.filter with parameters of type LogicalExprType Constructor Description LogicalExprFilter(String columnId, LogicalExprType operator, List<ColumnFilter> terms)LogicalExprFilter(String columnId, LogicalExprType operator, ColumnFilter... terms)
-