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