public class MetronomeBeam extends Object
Java class for metronome-beam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="metronome-beam">
<simpleContent>
<extension base="<>beam-value">
<attribute name="number" type="{}beam-level" default="1" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
number |
protected BeamValue |
value |
| Constructor and Description |
|---|
MetronomeBeam() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber()
Gets the value of the number property.
|
BeamValue |
getValue()
The beam-value type represents the type of beam associated with each of 8 beam levels (up to 1024th notes) available for each note.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setValue(BeamValue value)
Sets the value of the value property.
|
public BeamValue getValue()
BeamValuepublic void setValue(BeamValue value)
value - allowed object is
BeamValuepublic int getNumber()
IntegerCopyright © 2016 Audiveris Ltd. All rights reserved.