package net.sourceforge.fenixedu.domain.phd.notification;

public enum PhdNotificationState {

    EMITTED, SENT;

}
