// But this may not provide enough information to
// instantiate the class.
newEntity.setClassName(className);
// Propagate.
Iterator propagatedInstances = newEntity.propagateExistence()
.iterator();
while (propagatedInstances.hasNext()) {
ComponentEntity propagatedEntity = (ComponentEntity) propagatedInstances
.next();