Uses of Enum Class
org.audiveris.proxymusic.DegreeSymbolValue
Packages that use DegreeSymbolValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of DegreeSymbolValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as DegreeSymbolValueMethods in org.audiveris.proxymusic that return DegreeSymbolValueModifier and TypeMethodDescriptionstatic DegreeSymbolValueDegreeValue.getSymbol()Gets the value of the symbol property.static DegreeSymbolValueReturns the enum constant of this class with the specified name.static DegreeSymbolValue[]DegreeSymbolValue.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 DegreeSymbolValueModifier and TypeMethodDescriptionvoidDegreeValue.setSymbol(DegreeSymbolValue value) Sets the value of the symbol property.