summaryrefslogtreecommitdiffstats
path: root/Master/Agile Software Development/TestApp/src/testapp/data/ItemClassification.java
blob: 217ac5158d49f7c15537f001c9bb76739b4194f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package testapp.data;

/**
 *
 * @author sven
 */
public enum ItemClassification {
    NEW,HARMLESS,UNKNOWN,SUSPICIOUS,CRITICAL;
}