Package com.musicxmltasks.musicxml.note
Class Notehead
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.note.Notehead
- All Implemented Interfaces:
MusicItem
@Entity public class Notehead extends DatabaseItem
-
Constructor Summary
Constructors Constructor Description Notehead() -
Method Summary
Modifier and Type Method Description DisplaygetDisplay()java.lang.BooleangetFilled()java.lang.BooleangetParentheses()java.lang.StringgetSmufl()NoteheadTypegetValue()voidsetDisplay(Display display)voidsetFilled(java.lang.Boolean filled)voidsetParentheses(java.lang.Boolean parentheses)voidsetSmufl(java.lang.String smufl)voidsetValue(NoteheadType value)Methods 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
-
Notehead
public Notehead()
-
-
Method Details
-
getValue
-
setValue
-
getFilled
public java.lang.Boolean getFilled() -
setFilled
public void setFilled(java.lang.Boolean filled) -
getParentheses
public java.lang.Boolean getParentheses() -
setParentheses
public void setParentheses(java.lang.Boolean parentheses) -
getDisplay
-
setDisplay
-
getSmufl
public java.lang.String getSmufl() -
setSmufl
public void setSmufl(java.lang.String smufl)
-