Uses of Enum Class
org.audiveris.proxymusic.TimeSeparator
Packages that use TimeSeparator
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of TimeSeparator in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as TimeSeparatorModifier and TypeFieldDescriptionprotected TimeSeparatorInterchangeable.separatorprotected TimeSeparatorTime.separatorMethods in org.audiveris.proxymusic that return TimeSeparatorModifier and TypeMethodDescriptionstatic TimeSeparatorInterchangeable.getSeparator()Gets the value of the separator property.Time.getSeparator()Gets the value of the separator property.static TimeSeparatorReturns the enum constant of this class with the specified name.static TimeSeparator[]TimeSeparator.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 TimeSeparatorModifier and TypeMethodDescriptionvoidInterchangeable.setSeparator(TimeSeparator value) Sets the value of the separator property.voidTime.setSeparator(TimeSeparator value) Sets the value of the separator property.