java.lang.Object
com.pragmatickm.task.model.TaskPriority
Tasks may be assigned multiple priorities. One of them
must have a zero "after" value. The others must have a non-zero value.
The priority that matches the most number of days is used.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TaskPrioritySome commonly used constant assignments.static final List<TaskPriority> An unmodifiable list with the default task priority. -
Method Summary
Modifier and TypeMethodDescriptiongetAfter()static TaskPrioritygetInstance(Priority priority, DayDuration after) toString()
