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 RowsetDefinition
Rowset. rowsetDefinition
protected RowsetDefinition
Rowset. rowsetDefinition
protected RowsetDefinition
Rowset. rowsetDefinition
Methods in mondrian.xmla that return RowsetDefinition Modifier and Type Method Description static RowsetDefinition
RowsetDefinition. 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.
-