Class TaskPriority

java.lang.Object
com.pragmatickm.task.model.TaskPriority

public class TaskPriority extends Object
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 Details

    • DEFAULT_TASK_PRIORITY

      public static final TaskPriority DEFAULT_TASK_PRIORITY
      Some commonly used constant assignments.
    • DEFAULT_TASK_PRIORITY_LIST

      public static final List<TaskPriority> DEFAULT_TASK_PRIORITY_LIST
      An unmodifiable list with the default task priority.
  • Method Details