Enum Class TaskStatus

java.lang.Object
java.lang.Enum<TaskStatus>
com.almis.awe.scheduler.enums.TaskStatus
All Implemented Interfaces:
Serializable, Comparable<TaskStatus>, Constable

public enum TaskStatus extends Enum<TaskStatus> implements Serializable
Author:
dfuentes
  • Enum Constant Details

    • JOB_OK

      public static final TaskStatus JOB_OK
    • JOB_ERROR

      public static final TaskStatus JOB_ERROR
    • JOB_WARNING

      public static final TaskStatus JOB_WARNING
    • JOB_STOPPED

      public static final TaskStatus JOB_STOPPED
    • JOB_RUNNING

      public static final TaskStatus JOB_RUNNING
    • JOB_QUEUED

      public static final TaskStatus JOB_QUEUED
    • JOB_INTERRUPTED

      public static final TaskStatus JOB_INTERRUPTED
    • JOB_INFO

      public static final TaskStatus JOB_INFO
  • Method Details

    • values

      public static TaskStatus[] 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 TaskStatus 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
    • getValue

      public int getValue()
      Get task status as integer
      Returns:
    • valueOf

      public static TaskStatus valueOf(Integer value)
      Get value of integer
      Parameters:
      value - Value
      Returns:
      Task launch type