Enum Class Task.Priority

java.lang.Object
java.lang.Enum<Task.Priority>
de.espirit.firstspirit.access.Task.Priority
All Implemented Interfaces:
Serializable, Comparable<Task.Priority>, Constable
Enclosing interface:
Task

public static enum Task.Priority extends Enum<Task.Priority>
Task priority
Since:
4.0.120
  • Enum Constant Details

    • VERY_LOW

      public static final Task.Priority VERY_LOW
      Very low priority
      Since:
      4.0.120
    • LOW

      public static final Task.Priority LOW
      Low priority
      Since:
      4.0.120
    • NORMAL

      public static final Task.Priority NORMAL
      Normal priority
      Since:
      4.0.120
    • HIGH

      public static final Task.Priority HIGH
      High priority
      Since:
      4.0.120
    • VERY_HIGH

      public static final Task.Priority VERY_HIGH
      Very high priority
      Since:
      4.0.120
  • Method Details

    • values

      public static Task.Priority[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Task.Priority valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null