workingStudentSelectionType.getQualifiedName())), workingStudentSelectionType.name());
option.setChecked(bean.getWorkingStudentTypes().contains(workingStudentSelectionType));
}
row.createCell().setBody(workingStudentCheckBoxList);
workingStudentCheckBoxList.bind(getInputContext().getMetaObject(), "workingStudentTypes");
workingStudentCheckBoxList.setConverter(new EnumArrayConverter(WorkingStudentSelectionType.class));
workingStudentCheckBoxList.setSelectAllShown(true);
}