public class MetronomeTuplet extends TimeModification
Java class for metronome-tuplet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="metronome-tuplet">
<complexContent>
<extension base="{}time-modification">
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="bracket" type="{}yes-no" />
<attribute name="show-number" type="{}show-tuplet" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
bracket |
protected ShowTuplet |
showNumber |
protected StartStop |
type |
actualNotes, normalDot, normalNotes, normalType| Constructor and Description |
|---|
MetronomeTuplet() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getBracket()
Gets the value of the bracket property.
|
ShowTuplet |
getShowNumber()
Gets the value of the showNumber property.
|
StartStop |
getType()
Gets the value of the type property.
|
void |
setBracket(YesNo value)
Sets the value of the bracket property.
|
void |
setShowNumber(ShowTuplet value)
Sets the value of the showNumber property.
|
void |
setType(StartStop value)
Sets the value of the type property.
|
getActualNotes, getNormalDot, getNormalNotes, getNormalType, setActualNotes, setNormalNotes, setNormalTypeprotected StartStop type
protected YesNo bracket
protected ShowTuplet showNumber
public StartStop getType()
StartStoppublic void setType(StartStop value)
value - allowed object is
StartStoppublic YesNo getBracket()
YesNopublic void setBracket(YesNo value)
value - allowed object is
YesNopublic ShowTuplet getShowNumber()
ShowTupletpublic void setShowNumber(ShowTuplet value)
value - allowed object is
ShowTupletCopyright © 2016 Audiveris Ltd. All rights reserved.