return df;
}
public Deadline createXPDLObject(Deadlines dls, String type, boolean addToCollection) {
Deadline dl = (Deadline) dls.generateNewElement();
adjustType(dl, type);
JaWETypes jts = JaWEManager.getInstance().getJaWEController().getJaWETypes();
boolean hasTemplate = jts.hasTemplateId(type);
if (hasTemplate) {