Package eu.bandm.music.demoMetric
Enum Class Dm2Options.format
- All Implemented Interfaces:
Serializable
,Comparable<Dm2Options.format>
,Constable
- Enclosing class:
- Dm2Options
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
Dm2Options.get_formats_0()
Created on 2024-09-03_21h40m52
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler Dm2Options.xml eu.bandm.music.demoMetric Dm2Options GuiDm2Options /mnt/c/Users/post/Documents/sig//src
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler Dm2Options.xml eu.bandm.music.demoMetric Dm2Options GuiDm2Options /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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Dm2Options.format
Returns the enum constant of this class with the specified name.static Dm2Options.format[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
lilyPond
-
pngTex
This value indicates: Generate a sequence of png graphics and one wrapping LaTeX file. -
pngWord
This value indicates: Generate a sequence of png graphics and one wrapping WordML file. -
musixTex
-
musicXml
-
-
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
-