Uses of Enum Class
org.audiveris.proxymusic.SystemRelation
Packages that use SystemRelation
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of SystemRelation in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as SystemRelationModifier and TypeFieldDescriptionprotected SystemRelationDirection.systemprotected SystemRelationEnding.systemprotected SystemRelationHarmony.systemMethods in org.audiveris.proxymusic that return SystemRelationModifier and TypeMethodDescriptionstatic SystemRelationSystemRelation.fromValue(SystemRelationNumber v) Direction.getSystem()Gets the value of the system property.Ending.getSystem()Gets the value of the system property.Harmony.getSystem()Gets the value of the system property.static SystemRelationReturns the enum constant of this class with the specified name.static SystemRelation[]SystemRelation.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 SystemRelationModifier and TypeMethodDescriptionvoidDirection.setSystem(SystemRelation value) Sets the value of the system property.voidEnding.setSystem(SystemRelation value) Sets the value of the system property.voidHarmony.setSystem(SystemRelation value) Sets the value of the system property.