Uses of Enum Class
org.audiveris.proxymusic.HarmonClosedValue
Packages that use HarmonClosedValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of HarmonClosedValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as HarmonClosedValueMethods in org.audiveris.proxymusic that return HarmonClosedValueModifier and TypeMethodDescriptionstatic HarmonClosedValueHarmonClosed.getValue()The harmon-closed-value type represents whether the harmon mute is closed, open, or half-open.static HarmonClosedValueReturns the enum constant of this class with the specified name.static HarmonClosedValue[]HarmonClosedValue.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.audiveris.proxymusic with parameters of type HarmonClosedValueModifier and TypeMethodDescriptionvoidHarmonClosed.setValue(HarmonClosedValue value) Sets the value of the value property.