Uses of Class
mondrian.olap.OlapElement.LocalizedProperty
-
Packages that use OlapElement.LocalizedProperty Package Description mondrian.olap 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.LocalizedProperty Modifier and Type Method Description static OlapElement.LocalizedProperty
OlapElement.LocalizedProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static OlapElement.LocalizedProperty[]
OlapElement.LocalizedProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mondrian.olap with parameters of type OlapElement.LocalizedProperty Modifier and Type Method Description String
OlapElement. getLocalized(OlapElement.LocalizedProperty prop, Locale locale)
Returns the value of a property (caption or description) of this element in the given locale.String
OlapElementBase. getLocalized(OlapElement.LocalizedProperty prop, Locale locale)
String
Query.ScopedNamedSet. getLocalized(OlapElement.LocalizedProperty prop, Locale locale)
-