source: trunk/autoquest-core-usability/src/main/java/de/ugoe/cs/autoquest/usability/UsabilityDefectSeverity.java @ 922

Last change on this file since 922 was 922, checked in by sherbold, 12 years ago
  • renaming of packages from de.ugoe.cs.quest to de.ugoe.cs.autoquest
File size: 239 bytes
Line 
1package de.ugoe.cs.autoquest.usability;
2
3/**
4 * TODO comment
5 *
6 * @version $Revision: $ $Date: 16.07.2012$
7 * @author 2012, last modified by $Author: pharms$
8 */
9public enum UsabilityDefectSeverity {
10   
11    INFO, LOW, MEDIUM, HIGH;
12
13}
Note: See TracBrowser for help on using the repository browser.