Uses of Enum Class
org.audiveris.proxymusic.DegreeTypeValue
Packages that use DegreeTypeValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of DegreeTypeValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as DegreeTypeValueMethods in org.audiveris.proxymusic that return DegreeTypeValueModifier and TypeMethodDescriptionstatic DegreeTypeValueDegreeType.getValue()The degree-type-value type indicates whether the current degree element is an addition, alteration, or subtraction to the kind of the current chord in the harmony element.static DegreeTypeValueReturns the enum constant of this class with the specified name.static DegreeTypeValue[]DegreeTypeValue.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 DegreeTypeValueModifier and TypeMethodDescriptionvoidDegreeType.setValue(DegreeTypeValue value) Sets the value of the value property.