type = (String) this.completions.globalTypes.get(this.model.variable);
} else {
type = this.modeller.getModel().getBoundFact(this.model.variable).factType;
}
DropDownData enums = this.completions.getEnums(type, this.model.fieldValues, val.field);
return new ActionValueEditor(val, enums);
}