Uses of Enum Class
org.audiveris.proxymusic.StartStopContinue
Packages that use StartStopContinue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of StartStopContinue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as StartStopContinueModifier and TypeFieldDescriptionprotected StartStopContinueBracket.typeprotected StartStopContinueDashes.typeprotected StartStopContinueExtend.typeprotected StartStopContinueSlur.typeprotected StartStopContinueWavyLine.typeMethods in org.audiveris.proxymusic that return StartStopContinueModifier and TypeMethodDescriptionstatic StartStopContinueBracket.getType()Gets the value of the type property.Dashes.getType()Gets the value of the type property.Extend.getType()Gets the value of the type property.Slur.getType()Gets the value of the type property.WavyLine.getType()Gets the value of the type property.static StartStopContinueReturns the enum constant of this class with the specified name.static StartStopContinue[]StartStopContinue.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 StartStopContinueModifier and TypeMethodDescriptionvoidBracket.setType(StartStopContinue value) Sets the value of the type property.voidDashes.setType(StartStopContinue value) Sets the value of the type property.voidExtend.setType(StartStopContinue value) Sets the value of the type property.voidSlur.setType(StartStopContinue value) Sets the value of the type property.voidWavyLine.setType(StartStopContinue value) Sets the value of the type property.