Package main

Enum Class Musial.Task

All Implemented Interfaces:
Serializable, Comparable<Musial.Task>, Constable
Enclosing class:
Musial

public static enum Musial.Task extends Enum<Musial.Task>
Enum specifying tasks of MUSIAL to choose from.
  • Enum Constant Details

    • BUILD

      public static final Musial.Task BUILD
      Task to build a MUSIAL storage file.
    • EXPAND

      public static final Musial.Task EXPAND
      Task to add sample data from variant call files to a MUSIAL storage file.
    • VIEW

      public static final Musial.Task VIEW
      Task to view content of a MUSIAL storage file.
    • SEQUENCE

      public static final Musial.Task SEQUENCE
      Task to export sequence data from a MUSIAL storage file.
    • UNDEFINED

      public static final Musial.Task UNDEFINED
      Task is undefined.
  • Method Details

    • values

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