Uses of Enum Class
mondrian.olap.OlapElement.LocalizedProperty
Packages that use OlapElement.LocalizedProperty
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
-
Uses of OlapElement.LocalizedProperty in mondrian.olap
Methods in mondrian.olap that return OlapElement.LocalizedPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OlapElement.LocalizedProperty[]
OlapElement.LocalizedProperty.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 OlapElement.LocalizedPropertyModifier and TypeMethodDescriptionOlapElement.getLocalized
(OlapElement.LocalizedProperty prop, Locale locale) Returns the value of a property (caption or description) of this element in the given locale.OlapElementBase.getLocalized
(OlapElement.LocalizedProperty prop, Locale locale) Query.ScopedNamedSet.getLocalized
(OlapElement.LocalizedProperty prop, Locale locale)