Package eu.bandm.music.demoMetric
Enum Class MetricSplitterOptions.beam_over_pause
java.lang.Object
java.lang.Enum<MetricSplitterOptions.beam_over_pause>
eu.bandm.music.demoMetric.MetricSplitterOptions.beam_over_pause
- All Implemented Interfaces:
- Serializable,- Comparable<MetricSplitterOptions.beam_over_pause>,- Constable
- Enclosing class:
- MetricSplitterOptions
public static enum MetricSplitterOptions.beam_over_pause
extends Enum<MetricSplitterOptions.beam_over_pause>
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
MetricSplitterOptions.get_beam_over_pause_0()  
   
 Generated on 2025-07-30_06h35m40
by program bandm/metatools/option/compiler, version
command line =
 
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 
 - 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Method SummaryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
separans
- 
transiens
- 
perCaudulam
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
 
-