Uses of Class
mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
-
Packages that use RowsetDefinition.MdschemaFunctionsRowset.VarType Package Description mondrian.xmla Implements the XML for Analysis API. -
-
Uses of RowsetDefinition.MdschemaFunctionsRowset.VarType in mondrian.xmla
Methods in mondrian.xmla that return RowsetDefinition.MdschemaFunctionsRowset.VarType Modifier and Type Method Description static RowsetDefinition.MdschemaFunctionsRowset.VarType
RowsetDefinition.MdschemaFunctionsRowset.VarType. forCategory(int category)
static RowsetDefinition.MdschemaFunctionsRowset.VarType
RowsetDefinition.MdschemaFunctionsRowset.VarType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RowsetDefinition.MdschemaFunctionsRowset.VarType[]
RowsetDefinition.MdschemaFunctionsRowset.VarType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-