Enum Class TaskList.NavigationMode

java.lang.Object
java.lang.Enum<TaskList.NavigationMode>
com.mayam.wf.config.shared.TaskList.NavigationMode
All Implemented Interfaces:
Serializable, Comparable<TaskList.NavigationMode>, Constable
Enclosing class:
TaskList

public static enum TaskList.NavigationMode extends Enum<TaskList.NavigationMode>
Describes modes for navigating to the task list.
  • Enum Constant Details

    • HIDDEN

      public static final TaskList.NavigationMode HIDDEN
      List is not available to the user as a direct choice.
    • PRIMARY

      public static final TaskList.NavigationMode PRIMARY
      Default list given that the user has not actively chosen. Only one list can have this mode at any given time.
    • STANDARD

      public static final TaskList.NavigationMode STANDARD
      List is a valid user choice.
    • ASSET

      public static final TaskList.NavigationMode ASSET
      List is StandaloneSystem asset.
  • Method Details

    • values

      public static TaskList.NavigationMode[] 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 TaskList.NavigationMode 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