| Package | Description |
|---|---|
| org.audiveris.proxymusic |
All Java classes generated by JAXB from MusicXML schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected GroupSymbolValue |
PartSymbol.value |
protected GroupSymbolValue |
GroupSymbol.value |
| Modifier and Type | Method and Description |
|---|---|
static GroupSymbolValue |
GroupSymbolValue.fromValue(String v) |
GroupSymbolValue |
PartSymbol.getValue()
The group-symbol-value type indicates how the symbol for a group is indicated in the score.
|
GroupSymbolValue |
GroupSymbol.getValue()
The group-symbol-value type indicates how the symbol for a group is indicated in the score.
|
static GroupSymbolValue |
GroupSymbolValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupSymbolValue[] |
GroupSymbolValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PartSymbol.setValue(GroupSymbolValue value)
Sets the value of the value property.
|
void |
GroupSymbol.setValue(GroupSymbolValue value)
Sets the value of the value property.
|
Copyright © 2016 Audiveris Ltd. All rights reserved.