Uses of Enum Class
org.audiveris.proxymusic.TimeSymbol
Packages that use TimeSymbol
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of TimeSymbol in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as TimeSymbolModifier and TypeFieldDescriptionprotected TimeSymbolInterchangeable.symbolprotected TimeSymbolTime.symbolMethods in org.audiveris.proxymusic that return TimeSymbolModifier and TypeMethodDescriptionstatic TimeSymbolInterchangeable.getSymbol()Gets the value of the symbol property.Time.getSymbol()Gets the value of the symbol property.static TimeSymbolReturns the enum constant of this class with the specified name.static TimeSymbol[]TimeSymbol.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 TimeSymbolModifier and TypeMethodDescriptionvoidInterchangeable.setSymbol(TimeSymbol value) Sets the value of the symbol property.voidTime.setSymbol(TimeSymbol value) Sets the value of the symbol property.