Package eu.bandm.music.top
Enum Class Formplan_fuge.ThMode
- All Implemented Interfaces:
Serializable
,Comparable<Formplan_fuge.ThMode>
,Constable
- Enclosing class:
Formplan_fuge
How to match themes to graphical or acoustical representations.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionUse different graphics or sounds for the dodecaid forms O, I, R, RI.Use different graphics or sounds for dux and comes.Use different graphics or sounds for different themes.Use different graphics or sounds for augmentation and diminuition.No graphic/acousting differentiations for themes. -
Method Summary
Modifier and TypeMethodDescriptionstatic Formplan_fuge.ThMode
Returns the enum constant of this class with the specified name.static Formplan_fuge.ThMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.abstract boolean
worksFor
(Formplan_fuge plan)
-
Enum Constant Details
-
noDifference
No graphic/acousting differentiations for themes. -
bySubject
Use different graphics or sounds for different themes. -
byForm
Use different graphics or sounds for dux and comes. -
byTempo
Use different graphics or sounds for augmentation and diminuition. -
byDirection
Use different graphics or sounds for the dodecaid forms O, I, R, RI.
-
-
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
-
worksFor
-