Enum Class NavTab

java.lang.Object
java.lang.Enum<NavTab>
com.github.sonus21.rqueue.models.enums.NavTab
All Implemented Interfaces:
Serializable, Comparable<NavTab>, Constable

public enum NavTab extends Enum<NavTab>
  • Enum Constant Details

    • QUEUES

      public static final NavTab QUEUES
    • DEAD

      public static final NavTab DEAD
    • RUNNING

      public static final NavTab RUNNING
    • PENDING

      public static final NavTab PENDING
    • SCHEDULED

      public static final NavTab SCHEDULED
    • COMPLETED

      public static final NavTab COMPLETED
    • UTILITY

      public static final NavTab UTILITY
  • Method Details

    • values

      public static NavTab[] 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 NavTab 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