Enum Class MetricSplitterOptions.synthesis_mode

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

public static enum MetricSplitterOptions.synthesis_mode extends Enum<MetricSplitterOptions.synthesis_mode>
Source generated from a command line options specification.
For details see the option which uses this enumeration type, as documented at MetricSplitterOptions.get_synthesis_mode_0()
Generated on 2025-01-13_23h09m12
by program bandm/metatools/option/compiler, version
command line =
java bandm/metatools/option/compiler MetricSplitterOptions.xml eu.bandm.music.demoMetric MetricSplitterOptions GuiMetricSplitterOptions /mnt/c/Users/post/Documents/sig//src
  • Enum Constant Details

  • Method Details

    • values

      public static MetricSplitterOptions.synthesis_mode[] 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 MetricSplitterOptions.synthesis_mode 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