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.spi
package. -
-
Uses of Scripts.ScriptLanguage in mondrian.spi.impl
Fields in mondrian.spi.impl declared as Scripts.ScriptLanguage Modifier and Type Field Description Scripts.ScriptLanguage
Scripts.ScriptDefinition. language
Methods in mondrian.spi.impl that return Scripts.ScriptLanguage Modifier and Type Method Description static Scripts.ScriptLanguage
Scripts.ScriptLanguage. lookup(String languageName)
static Scripts.ScriptLanguage
Scripts.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)
-