| Package | Description |
|---|---|
| org.audiveris.proxymusic |
All Java classes generated by JAXB from MusicXML schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected AccidentalValue |
AccidentalText.value |
protected AccidentalValue |
AccidentalMark.value |
protected AccidentalValue |
Accidental.value |
| Modifier and Type | Method and Description |
|---|---|
static AccidentalValue |
AccidentalValue.fromValue(String v) |
AccidentalValue |
AccidentalText.getValue()
The accidental-value type represents notated accidentals supported by MusicXML.
|
AccidentalValue |
AccidentalMark.getValue()
The accidental-value type represents notated accidentals supported by MusicXML.
|
AccidentalValue |
Accidental.getValue()
The accidental-value type represents notated accidentals supported by MusicXML.
|
static AccidentalValue |
AccidentalValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccidentalValue[] |
AccidentalValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccidentalText.setValue(AccidentalValue value)
Sets the value of the value property.
|
void |
AccidentalMark.setValue(AccidentalValue value)
Sets the value of the value property.
|
void |
Accidental.setValue(AccidentalValue value)
Sets the value of the value property.
|
Copyright © 2016 Audiveris Ltd. All rights reserved.