source: autoquest-core-usability-evaluation/src/main/java/de/ugoe/cs/autoquest/usability/evaluation/result/UsabilityDefectSeverityLevel.java @ 1030

Last change on this file since 1030 was 1030, checked in by adeicke, 11 years ago

Initial commit.

  • Property svn:mime-type set to text/plain
File size: 146 bytes
Line 
1package de.ugoe.cs.autoquest.usability.evaluation.result;
2
3public enum UsabilityDefectSeverityLevel {
4
5    INFO, LOW, MEDIUM, HIGH;
6   
7}
Note: See TracBrowser for help on using the repository browser.