Uses of Enum Class
org.audiveris.proxymusic.AccidentalValue
Packages that use AccidentalValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of AccidentalValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as AccidentalValueModifier and TypeFieldDescriptionprotected AccidentalValueAccidental.valueprotected AccidentalValueAccidentalMark.valueprotected AccidentalValueAccidentalText.valueprotected AccidentalValueKeyAccidental.valueMethods in org.audiveris.proxymusic that return AccidentalValueModifier and TypeMethodDescriptionstatic AccidentalValueAccidental.getValue()The accidental-value type represents notated accidentals supported by MusicXML.AccidentalMark.getValue()The accidental-value type represents notated accidentals supported by MusicXML.AccidentalText.getValue()The accidental-value type represents notated accidentals supported by MusicXML.KeyAccidental.getValue()The accidental-value type represents notated accidentals supported by MusicXML.static AccidentalValueReturns the enum constant of this class with the specified name.static AccidentalValue[]AccidentalValue.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 AccidentalValueModifier and TypeMethodDescriptionvoidAccidental.setValue(AccidentalValue value) Sets the value of the value property.voidAccidentalMark.setValue(AccidentalValue value) Sets the value of the value property.voidAccidentalText.setValue(AccidentalValue value) Sets the value of the value property.voidKeyAccidental.setValue(AccidentalValue value) Sets the value of the value property.