Uses of Enum Class
org.audiveris.proxymusic.StaffType
Packages that use StaffType
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of StaffType in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as StaffTypeMethods in org.audiveris.proxymusic that return StaffTypeModifier and TypeMethodDescriptionstatic StaffTypeStaffDetails.getStaffType()Gets the value of the staffType property.static StaffTypeReturns the enum constant of this class with the specified name.static StaffType[]StaffType.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 StaffTypeModifier and TypeMethodDescriptionvoidStaffDetails.setStaffType(StaffType value) Sets the value of the staffType property.