Uses of Enum Class
org.audiveris.proxymusic.HarmonClosedLocation
Packages that use HarmonClosedLocation
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of HarmonClosedLocation in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as HarmonClosedLocationMethods in org.audiveris.proxymusic that return HarmonClosedLocationModifier and TypeMethodDescriptionstatic HarmonClosedLocationHarmonClosed.getLocation()Gets the value of the location property.static HarmonClosedLocationReturns the enum constant of this class with the specified name.static HarmonClosedLocation[]HarmonClosedLocation.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 HarmonClosedLocationModifier and TypeMethodDescriptionvoidHarmonClosed.setLocation(HarmonClosedLocation value) Sets the value of the location property.