Uses of Enum Class
org.audiveris.proxymusic.StartStopSingle
Packages that use StartStopSingle
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of StartStopSingle in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as StartStopSingleModifier and TypeFieldDescriptionprotected StartStopSingleGrouping.typeprotected StartStopSingleLevel.typeprotected StartStopSingleOtherNotation.typeMethods in org.audiveris.proxymusic that return StartStopSingleModifier and TypeMethodDescriptionstatic StartStopSingleGrouping.getType()Gets the value of the type property.Level.getType()Gets the value of the type property.OtherNotation.getType()Gets the value of the type property.static StartStopSingleReturns the enum constant of this class with the specified name.static StartStopSingle[]StartStopSingle.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 StartStopSingleModifier and TypeMethodDescriptionvoidGrouping.setType(StartStopSingle value) Sets the value of the type property.voidLevel.setType(StartStopSingle value) Sets the value of the type property.voidOtherNotation.setType(StartStopSingle value) Sets the value of the type property.