Uses of Class
mondrian.olap.SolveOrderMode
-
Packages that use SolveOrderMode Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries. -
-
Uses of SolveOrderMode in mondrian.olap
Methods in mondrian.olap that return SolveOrderMode Modifier and Type Method Description static SolveOrderMode
SolveOrderMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SolveOrderMode[]
SolveOrderMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-