Package eu.bandm.music.entities
Enum Class MetricParameters.nota_trabes_trabulaContraIdem
java.lang.Object
java.lang.Enum<MetricParameters.nota_trabes_trabulaContraIdem>
eu.bandm.music.entities.MetricParameters.nota_trabes_trabulaContraIdem
- All Implemented Interfaces:
Serializable
,Comparable<MetricParameters.nota_trabes_trabulaContraIdem>
,Constable
- Enclosing class:
- MetricParameters
public static enum MetricParameters.nota_trabes_trabulaContraIdem
extends Enum<MetricParameters.nota_trabes_trabulaContraIdem>
In which directions to set the beamlets whenever the
complement relation is ambiguous
and all of them stand against a beamlet on the other side, thus
all could go in
both. See e.g. in a
(This definition has been created by UMod
from the source at SYSTEM "MetricParameters.umod":44.1-56.23, see this pretty
print.)5*1/16
meter the beamlet "==" in the
constellation
------------ | ---== | | | | | | | x x x
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
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
-
sinister
-
dexter
-
idem
-
-
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
-