Enum Task.TaskType

java.lang.Object
java.lang.Enum<Task.TaskType>
eu.dzhw.fdz.metadatamanagement.common.domain.Task.TaskType
All Implemented Interfaces:
Serializable, Comparable<Task.TaskType>, Constable
Enclosing class:
Task

public static enum Task.TaskType
extends Enum<Task.TaskType>
type of tasks.
Author:
tgehrke
  • Enum Constant Details

    • DATA_SET_REPORT

      public static final Task.TaskType DATA_SET_REPORT
    • DATA_PACKAGE_OVERVIEW

      public static final Task.TaskType DATA_PACKAGE_OVERVIEW
  • Constructor Details

    • TaskType

      private TaskType()
  • Method Details

    • values

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

      public static Task.TaskType valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null