Uses of Class
mondrian.xmla.RowsetDefinition
-
Packages that use RowsetDefinition Package Description mondrian.xmla Implements the XML for Analysis API. -
-
Uses of RowsetDefinition in mondrian.xmla
Fields in mondrian.xmla declared as RowsetDefinition Modifier and Type Field Description protected RowsetDefinitionRowset. rowsetDefinitionprotected RowsetDefinitionRowset. rowsetDefinitionprotected RowsetDefinitionRowset. rowsetDefinitionMethods in mondrian.xmla that return RowsetDefinition Modifier and Type Method Description static RowsetDefinitionRowsetDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static RowsetDefinition[]RowsetDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-