Uses of Enum Class
org.audiveris.proxymusic.StickMaterial
Packages that use StickMaterial
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of StickMaterial in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as StickMaterialMethods in org.audiveris.proxymusic that return StickMaterialModifier and TypeMethodDescriptionstatic StickMaterialStick.getStickMaterial()Gets the value of the stickMaterial property.static StickMaterialReturns the enum constant of this class with the specified name.static StickMaterial[]StickMaterial.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 StickMaterialModifier and TypeMethodDescriptionvoidStick.setStickMaterial(StickMaterial value) Sets the value of the stickMaterial property.