Uses of Class
mondrian.spi.impl.Scripts.ScriptLanguage
-
Packages that use Scripts.ScriptLanguage Package Description mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spipackage. -
-
Uses of Scripts.ScriptLanguage in mondrian.spi.impl
Fields in mondrian.spi.impl declared as Scripts.ScriptLanguage Modifier and Type Field Description Scripts.ScriptLanguageScripts.ScriptDefinition. languageMethods in mondrian.spi.impl that return Scripts.ScriptLanguage Modifier and Type Method Description static Scripts.ScriptLanguageScripts.ScriptLanguage. lookup(String languageName)static Scripts.ScriptLanguageScripts.ScriptLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Scripts.ScriptLanguage[]Scripts.ScriptLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mondrian.spi.impl with parameters of type Scripts.ScriptLanguage Constructor Description ScriptDefinition(String script, Scripts.ScriptLanguage language)
-