Uses of Enum Class
org.olap4j.query.Selection.Operator
Packages that use Selection.Operator
Package
Description
Provides an object model for building OLAP queries programmatically (experimental).
-
Uses of Selection.Operator in org.olap4j.query
Methods in org.olap4j.query that return Selection.OperatorModifier and TypeMethodDescriptionSelection.getOperator()static Selection.OperatorReturns the enum constant of this class with the specified name.static Selection.Operator[]Selection.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.olap4j.query with parameters of type Selection.OperatorModifier and TypeMethodDescriptionQueryDimension.createSelection(Selection.Operator operator, List<IdentifierSegment> nameParts) QueryDimension.createSelection(Selection.Operator operator, Member member) Selects members and includes them in the query.voidQueryDimension.exclude(Selection.Operator operator, List<IdentifierSegment> nameParts) Selects members and excludes them from the query.voidQueryDimension.exclude(Selection.Operator operator, Member member) Selects members and excludes them from the query.QueryDimension.include(Selection.Operator operator, List<IdentifierSegment> nameParts) Selects members and includes them in the query.QueryDimension.include(Selection.Operator operator, Member member) Selects members and includes them in the query.voidSelection.setOperator(Selection.Operator operator) Set the selection operator to use.