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