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