Uses of Enum Class
org.audiveris.proxymusic.NoteSizeType
Packages that use NoteSizeType
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of NoteSizeType in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as NoteSizeTypeMethods in org.audiveris.proxymusic that return NoteSizeTypeModifier and TypeMethodDescriptionstatic NoteSizeTypeNoteSize.getType()Gets the value of the type property.static NoteSizeTypeReturns the enum constant of this class with the specified name.static NoteSizeType[]NoteSizeType.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 NoteSizeTypeModifier and TypeMethodDescriptionvoidNoteSize.setType(NoteSizeType value) Sets the value of the type property.