| Package | Description |
|---|---|
| org.audiveris.proxymusic |
All Java classes generated by JAXB from MusicXML schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected StartNote |
WavyLine.startNote |
protected StartNote |
HorizontalTurn.startNote |
protected StartNote |
EmptyTrillSound.startNote |
| Modifier and Type | Method and Description |
|---|---|
static StartNote |
StartNote.fromValue(String v) |
StartNote |
WavyLine.getStartNote()
Gets the value of the startNote property.
|
StartNote |
HorizontalTurn.getStartNote()
Gets the value of the startNote property.
|
StartNote |
EmptyTrillSound.getStartNote()
Gets the value of the startNote property.
|
static StartNote |
StartNote.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartNote[] |
StartNote.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WavyLine.setStartNote(StartNote value)
Sets the value of the startNote property.
|
void |
HorizontalTurn.setStartNote(StartNote value)
Sets the value of the startNote property.
|
void |
EmptyTrillSound.setStartNote(StartNote value)
Sets the value of the startNote property.
|
Copyright © 2016 Audiveris Ltd. All rights reserved.