}
public EnumerationValue createXPDLObject(EnumerationType et,
String type,
boolean addToCollection) {
EnumerationValue ev = (EnumerationValue) et.generateNewElement();
adjustType(ev, type);
JaWETypes jts = JaWEManager.getInstance().getJaWEController().getJaWETypes();
boolean hasTemplate = jts.hasTemplateId(type);
if (hasTemplate) {