Enum Class DisplayTablature.VocesTangentes
java.lang.Object
java.lang.Enum<DisplayTablature.VocesTangentes>
eu.bandm.music.applications.tabstaff.DisplayTablature.VocesTangentes
- All Implemented Interfaces:
Serializable
,Comparable<DisplayTablature.VocesTangentes>
,Constable
- Enclosing class:
- DisplayTablature
When to apply shifts.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionShift also when presumably hard to read.Shift only when necessary -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DisplayTablature.VocesTangentes[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
necessaria
Shift only when necessary -
faciliusLectu
Shift also when presumably hard to read.
-
-
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
-