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

Last change on this file since 561 was 561, checked in by pharms, 12 years ago
  • adapted to new coding style in quest
File size: 474 bytes
Line 
1// Module    : $RCSfile: UsabilityDefectSeverity.java,v $
2// Version   : $Revision: 0.0 $  $Author: pharms $  $Date: 16.07.2012 $
3// Project   : UsabilityEvaluationManager
4// Creation  : 2012 by pharms
5// Copyright : Patrick Harms, 2012
6
7
8package de.ugoe.cs.quest.usability;
9
10/**
11 * TODO comment
12 *
13 * @version $Revision: $ $Date: 16.07.2012$
14 * @author 2012, last modified by $Author: pharms$
15 */
16public enum UsabilityDefectSeverity {
17   
18    INFO, LOW, MEDIUM, HIGH;
19
20}
Note: See TracBrowser for help on using the repository browser.