Uses of Enum Class
mondrian.olap.Id.Quoting
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
-
Uses of Id.Quoting in mondrian.olap
Modifier and TypeMethodDescriptionId.Segment.getQuoting()
static Id.Quoting
Returns the enum constant of this class with the specified name.static Id.Quoting[]
Id.Quoting.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic org.olap4j.mdx.Quoting
Util.toOlap4j
(Id.Quoting quoting) ModifierConstructorDescriptionNameSegment
(String name, Id.Quoting quoting) Creates a name segment with the given quoting.protected
Segment
(Id.Quoting quoting)