Enum Class Task.Mode

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

public static enum Task.Mode extends Enum<Task.Mode>
Task context mode
Since:
4.0.120
  • Enum Constant Details

    • STORE_ELEMENT

      public static final Task.Mode STORE_ELEMENT
      Mode for StoreElement.
      Since:
      4.0.120
    • ENTITY

      public static final Task.Mode ENTITY
      Mode for Entity.
      Since:
      4.0.120
    • NO_CONTEXT

      public static final Task.Mode NO_CONTEXT
      Mode for a task without context.
      Since:
      4.0.120
  • Method Details

    • values

      public static Task.Mode[] 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.Mode 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