Uses of Class
org.audiveris.proxymusic.PartName
Packages that use PartName
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of PartName in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as PartNameModifier and TypeFieldDescriptionprotected PartNameScorePart.partAbbreviationprotected PartNameScorePart.partNameMethods in org.audiveris.proxymusic that return PartNameModifier and TypeMethodDescriptionObjectFactory.createPartName()Create an instance ofPartNameScorePart.getPartAbbreviation()Gets the value of the partAbbreviation property.ScorePart.getPartName()Gets the value of the partName property.Methods in org.audiveris.proxymusic with parameters of type PartNameModifier and TypeMethodDescriptionvoidScorePart.setPartAbbreviation(PartName value) Sets the value of the partAbbreviation property.voidScorePart.setPartName(PartName value) Sets the value of the partName property.