Enum Class MetricParameters.nota_trabes_trabsSopraPausam

java.lang.Object
java.lang.Enum<MetricParameters.nota_trabes_trabsSopraPausam>
eu.bandm.music.entities.MetricParameters.nota_trabes_trabsSopraPausam
All Implemented Interfaces:
Serializable, Comparable<MetricParameters.nota_trabes_trabsSopraPausam>, Constable
Enclosing class:
MetricParameters

public static enum MetricParameters.nota_trabes_trabsSopraPausam extends Enum<MetricParameters.nota_trabes_trabsSopraPausam>
How beams are treated which span a pause.
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":9.1-33.5, see this pretty print.)
  • Enum Constant Details

  • 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 name
      NullPointerException - if the argument is null