Enum Class Options.jukebox

java.lang.Object
java.lang.Enum<Options.jukebox>
eu.bandm.music.applications.tiTuning.Options.jukebox
All Implemented Interfaces:
Serializable, Comparable<Options.jukebox>, Constable
Enclosing class:
Options

public static enum Options.jukebox extends Enum<Options.jukebox>
Source generated from a command line options specification.
For details see the option which uses this enumeration type, as documented at Options.get_jukebox_0()
Generated on 2025-07-30_06h45m17
by program bandm/metatools/option/compiler, version
command line =
java bandm/metatools/option/compiler options.xml eu.bandm.music.applications.tiTuning Options GeneratedGui /mnt/c/Users/post/Documents/sig/src
  • Enum Constant Details

    • Farewell

      public static final Options.jukebox Farewell
      This value indicates: From 17th century at the Irish West coast.

    • Heyr

      public static final Options.jukebox Heyr
      This value indicates: From 17th century at the Norwegian West coast.

    • MansRoad

      public static final Options.jukebox MansRoad
      This value indicates: From 17th century at the Norwegian West coast.

    • LimerickSuiteMulti

      public static final Options.jukebox LimerickSuiteMulti
      This value indicates: From 17th century at the Norwegian West coast.

    • Sklaven

      public static final Options.jukebox Sklaven
      This value indicates: From 17th century at the Norwegian West coast.

    • HerzliebsterWein

      public static final Options.jukebox HerzliebsterWein
      This value indicates: From 17th century at the Norwegian West coast.

    • Dido

      public static final Options.jukebox Dido
      This value indicates: From 17th century at the Norwegian West coast.

  • Method Details

    • values

      public static Options.jukebox[] 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 Options.jukebox 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