Enum Class Dm2Options.format

java.lang.Object
java.lang.Enum<Dm2Options.format>
eu.bandm.music.demoMetric.Dm2Options.format
All Implemented Interfaces:
Serializable, Comparable<Dm2Options.format>, Constable
Enclosing class:
Dm2Options

public static enum Dm2Options.format extends Enum<Dm2Options.format>
Source generated from a command line options specification.
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
  • Enum Constant Details

    • lilyPond

      public static final Dm2Options.format lilyPond
    • pngTex

      public static final Dm2Options.format pngTex
      This value indicates: Generate a sequence of png graphics and one wrapping LaTeX file.

    • pngWord

      public static final Dm2Options.format pngWord
      This value indicates: Generate a sequence of png graphics and one wrapping WordML file.

    • musixTex

      public static final Dm2Options.format musixTex
    • musicXml

      public static final Dm2Options.format musicXml
  • Method Details

    • values

      public static Dm2Options.format[] 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 Dm2Options.format 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