Class WavyLine
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.note.notation.ornament.Ornament
com.musicxmltasks.musicxml.note.notation.ornament.WavyLine
- All Implemented Interfaces:
MusicItem
@Entity public class WavyLine extends Ornament
-
Constructor Summary
Constructors Constructor Description WavyLine() -
Method Summary
Modifier and Type Method Description java.lang.IntegergetNumber()java.lang.StringgetSmufl()TrillSoundgetTrillSound()ConnectiongetType()voidsetNumber(java.lang.Integer number)voidsetSmufl(java.lang.String smufl)voidsetTrillSound(TrillSound trillSound)voidsetType(Connection type)Methods inherited from class com.musicxmltasks.musicxml.note.notation.ornament.Ornament
getDisplay, setDisplayMethods inherited from class com.musicxmltasks.database.OrderedItem
getOrdering, setOrderingMethods inherited from class com.musicxmltasks.database.DatabaseItem
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WavyLine
public WavyLine()
-
-
Method Details
-
getType
-
setType
-
getNumber
public java.lang.Integer getNumber() -
setNumber
public void setNumber(java.lang.Integer number) -
getSmufl
public java.lang.String getSmufl() -
setSmufl
public void setSmufl(java.lang.String smufl) -
getTrillSound
-
setTrillSound
-