Package org.audiveris.proxymusic
Class MetronomeBeam
java.lang.Object
org.audiveris.proxymusic.MetronomeBeam
The metronome-beam type works like the beam type in defining metric relationships, but does not include all the attributes available in the beam type.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the number property.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.voidSets the value of the number property.voidSets the value of the value property.
-
Field Details
-
value
-
number
-
-
Constructor Details
-
MetronomeBeam
public MetronomeBeam()
-
-
Method Details
-
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.- Returns:
- possible object is
BeamValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBeamValue
-
getNumber
public int getNumber()Gets the value of the number property.- Returns:
- possible object is
Integer
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isInteger
-