Uses of Enum Class
org.codice.ddf.system.alerts.NoticePriority
-
Uses of NoticePriority in org.codice.ddf.system.alerts
Methods in org.codice.ddf.system.alerts that return NoticePriorityModifier and TypeMethodDescriptionSystemNotice.getPriority()static NoticePriorityNoticePriority.valueOf(int priority) Returns the enum constant of this class with the specified name.static NoticePriorityReturns the enum constant of this class with the specified name.static NoticePriority[]NoticePriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.codice.ddf.system.alerts with parameters of type NoticePriorityModifierConstructorDescriptionSystemNotice(String source, NoticePriority priority, String title, Set<String> details)