Uses of Enum Class
org.audiveris.proxymusic.StartNote
Packages that use StartNote
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of StartNote in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as StartNoteModifier and TypeFieldDescriptionprotected StartNoteEmptyTrillSound.startNoteprotected StartNoteHorizontalTurn.startNoteprotected StartNoteWavyLine.startNoteMethods in org.audiveris.proxymusic that return StartNoteModifier and TypeMethodDescriptionstatic StartNoteEmptyTrillSound.getStartNote()Gets the value of the startNote property.HorizontalTurn.getStartNote()Gets the value of the startNote property.WavyLine.getStartNote()Gets the value of the startNote property.static StartNoteReturns the enum constant of this class with the specified name.static StartNote[]StartNote.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 StartNoteModifier and TypeMethodDescriptionvoidEmptyTrillSound.setStartNote(StartNote value) Sets the value of the startNote property.voidHorizontalTurn.setStartNote(StartNote value) Sets the value of the startNote property.voidWavyLine.setStartNote(StartNote value) Sets the value of the startNote property.