Package eu.bandm.music.entities
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.)-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionUse short stems also for pauses, which influences the beaming.The conventional way: Any pause ends the beaming.Beams extend over pauses. -
Method Summary
Modifier 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
The conventional way: Any pause ends the beaming. As in__ __ |\ |\ |- -| |\\ |\\ or | | | \ | \ | | x (ps) x x (ps) x
-
transiens
Beams extend over pauses. As in------------ |- -| | | | | x (ps) x
-
perCaudulam
Use short stems also for pauses, which influences the beaming. As in------------ | |----| | | | | | | | x pause x
-
-
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
-