Uses of Enum Class
org.audiveris.proxymusic.StickType
Packages that use StickType
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of StickType in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as StickTypeMethods in org.audiveris.proxymusic that return StickTypeModifier and TypeMethodDescriptionstatic StickTypeStick.getStickType()Gets the value of the stickType property.static StickTypeReturns the enum constant of this class with the specified name.static StickType[]StickType.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 StickTypeModifier and TypeMethodDescriptionvoidStick.setStickType(StickType value) Sets the value of the stickType property.