newEnumDeclaration = createNewEnumDeclaration(ast, ast
.newSimpleName((String) this.simpleTypeNames.get(col)),
enumConstantDeclarationCollection,
new Object[] { newModifier });
} else
newEnumDeclaration = createNewEnumDeclaration(ast, ast
.newSimpleName((String) this.simpleTypeNames.get(col)),
enumConstantDeclarationCollection, new Object[] {});
// TODO [bm] pretty dirty hack to workaround 16: Refactoring should not use UI components for code changes
// http://code.google.com/p/constants-to-enum-eclipse-plugin/issues/detail?id=16