Uses of Enum Class
org.audiveris.proxymusic.SystemRelationNumber
Packages that use SystemRelationNumber
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of SystemRelationNumber in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as SystemRelationNumberMethods in org.audiveris.proxymusic that return SystemRelationNumberModifier and TypeMethodDescriptionstatic SystemRelationNumberMeasureNumbering.getSystem()Gets the value of the system property.SystemRelation.value()static SystemRelationNumberReturns the enum constant of this class with the specified name.static SystemRelationNumber[]SystemRelationNumber.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 SystemRelationNumberModifier and TypeMethodDescriptionstatic SystemRelationSystemRelation.fromValue(SystemRelationNumber v) voidMeasureNumbering.setSystem(SystemRelationNumber value) Sets the value of the system property.