Uses of Class
mondrian.xmla.PropertyDefinition
-
Packages that use PropertyDefinition Package Description mondrian.xmla Implements the XML for Analysis API. -
-
Uses of PropertyDefinition in mondrian.xmla
Fields in mondrian.xmla with type parameters of type PropertyDefinition Modifier and Type Field Description static Util.Functor1<String,PropertyDefinition>RowsetDefinition. PROPDEF_NAME_GETTERMethods in mondrian.xmla that return PropertyDefinition Modifier and Type Method Description static PropertyDefinitionPropertyDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyDefinition[]PropertyDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mondrian.xmla with parameters of type PropertyDefinition Modifier and Type Method Description protected voidRowsetDefinition.MdschemaCubesRowset. setProperty(PropertyDefinition propertyDef, String value)protected voidRowsetDefinition.MdschemaFunctionsRowset. setProperty(PropertyDefinition propertyDef, String value)protected voidRowsetDefinition.MdschemaMeasuresRowset. setProperty(PropertyDefinition propertyDef, String value)
-