Uses of Enum Class
org.audiveris.proxymusic.GroupSymbolValue
Packages that use GroupSymbolValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of GroupSymbolValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as GroupSymbolValueModifier and TypeFieldDescriptionprotected GroupSymbolValueGroupSymbol.valueprotected GroupSymbolValuePartSymbol.valueMethods in org.audiveris.proxymusic that return GroupSymbolValueModifier and TypeMethodDescriptionstatic GroupSymbolValueGroupSymbol.getValue()The group-symbol-value type indicates how the symbol for a group or multi-staff part is indicated in the score.PartSymbol.getValue()The group-symbol-value type indicates how the symbol for a group or multi-staff part is indicated in the score.static GroupSymbolValueReturns the enum constant of this class with the specified name.static GroupSymbolValue[]GroupSymbolValue.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 GroupSymbolValueModifier and TypeMethodDescriptionvoidGroupSymbol.setValue(GroupSymbolValue value) Sets the value of the value property.voidPartSymbol.setValue(GroupSymbolValue value) Sets the value of the value property.