Uses of Enum Class
org.audiveris.proxymusic.GroupBarlineValue
Packages that use GroupBarlineValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of GroupBarlineValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as GroupBarlineValueMethods in org.audiveris.proxymusic that return GroupBarlineValueModifier and TypeMethodDescriptionstatic GroupBarlineValueGroupBarline.getValue()The group-barline-value type indicates if the group should have common barlines.static GroupBarlineValueReturns the enum constant of this class with the specified name.static GroupBarlineValue[]GroupBarlineValue.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 GroupBarlineValueModifier and TypeMethodDescriptionvoidGroupBarline.setValue(GroupBarlineValue value) Sets the value of the value property.