Uses of Enum Class
org.audiveris.proxymusic.HoleClosedValue
Packages that use HoleClosedValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of HoleClosedValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as HoleClosedValueMethods in org.audiveris.proxymusic that return HoleClosedValueModifier and TypeMethodDescriptionstatic HoleClosedValueHoleClosed.getValue()The hole-closed-value type represents whether the hole is closed, open, or half-open.static HoleClosedValueReturns the enum constant of this class with the specified name.static HoleClosedValue[]HoleClosedValue.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 HoleClosedValueModifier and TypeMethodDescriptionvoidHoleClosed.setValue(HoleClosedValue value) Sets the value of the value property.