Uses of Enum Class
mondrian.olap.Id.Quoting
Packages that use 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
Fields in mondrian.olap declared as Id.QuotingMethods in mondrian.olap that return Id.QuotingModifier 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.Methods in mondrian.olap with parameters of type Id.QuotingModifier and TypeMethodDescriptionstatic org.olap4j.mdx.Quoting
Util.toOlap4j
(Id.Quoting quoting) Constructors in mondrian.olap with parameters of type Id.QuotingModifierConstructorDescriptionNameSegment
(String name, Id.Quoting quoting) Creates a name segment with the given quoting.protected
Segment
(Id.Quoting quoting)