NotificationStatus.java

package at.htl.beeyond.entity;

public enum NotificationStatus {
    POSITIVE, NEGATIVE, NEUTRAL
}