Enum Class Options.jukebox
- All Implemented Interfaces:
Serializable
,Comparable<Options.jukebox>
,Constable
- Enclosing class:
Options
Source generated from a command line options specification.
For details see the option which uses this enumeration type, as documented at
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 =
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThis value indicates: From 17th century at the Norwegian West coast.This value indicates: From 17th century at the Irish West coast.This value indicates: From 17th century at the Norwegian West coast.This value indicates: From 17th century at the Norwegian West coast.This value indicates: From 17th century at the Norwegian West coast.This value indicates: From 17th century at the Norwegian West coast.This value indicates: From 17th century at the Norwegian West coast. -
Method Summary
Modifier and TypeMethodDescriptionstatic Options.jukebox
Returns the enum constant of this class with the specified name.static Options.jukebox[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Farewell
This value indicates: From 17th century at the Irish West coast. -
Heyr
This value indicates: From 17th century at the Norwegian West coast. -
MansRoad
This value indicates: From 17th century at the Norwegian West coast. -
LimerickSuiteMulti
This value indicates: From 17th century at the Norwegian West coast. -
Sklaven
This value indicates: From 17th century at the Norwegian West coast. -
HerzliebsterWein
This value indicates: From 17th century at the Norwegian West coast. -
Dido
This value indicates: From 17th century at the Norwegian West coast.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-