Enums for handle notificationpriorities

Change-Id: I13493ea0e1675affe3ab92ff3e053138b4e1a0da
This commit is contained in:
joha-asc 2011-07-18 17:00:11 +02:00
parent 30887666ca
commit aac654c81d

@ -0,0 +1,12 @@
/**
*
*/
package se.su.dsv.scipro.data.enums;
/**
* @author Johan Aschan <aschan@dsv.su.se>
*
*/
public enum NotificationPriority {
HIGH, MEDIUM, LOW
}