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_GETTER
Methods in mondrian.xmla that return PropertyDefinition Modifier and Type Method Description static PropertyDefinition
PropertyDefinition. 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 void
RowsetDefinition.MdschemaCubesRowset. setProperty(PropertyDefinition propertyDef, String value)
protected void
RowsetDefinition.MdschemaFunctionsRowset. setProperty(PropertyDefinition propertyDef, String value)
protected void
RowsetDefinition.MdschemaMeasuresRowset. setProperty(PropertyDefinition propertyDef, String value)
-