Property.NAME.description));
}
for (int i = 0; i < xmlLevel.properties.length; i++) {
MondrianDef.Property xmlProperty = xmlLevel.properties[i];
final PropertyFormatter formatter;
final String propertyFormatterClassName;
final Scripts.ScriptDefinition scriptDefinition;
if (xmlProperty.propertyFormatter != null) {
propertyFormatterClassName =
xmlProperty.propertyFormatter.className;