for(Iterator it = properties.iterator(); it.hasNext();)
{
PropertySuffix propertySuffix = (PropertySuffix)it.next();
String suffix = propertySuffix.getSuffix();
BandTypeEnum bandType =
BandTypeEnum.getByName(
JRProperties.getProperty(propertiesMap, propertySuffix.getKey())
);
if (bandType != null)
{