Package com.musicxmltasks.musicxml.note
Class Accidental
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.note.Accidental
- All Implemented Interfaces:
MusicItem
@Entity public class Accidental extends DatabaseItem
-
Constructor Summary
Constructors Constructor Description Accidental() -
Method Summary
Modifier and Type Method Description java.lang.BooleangetCautionary()DisplaygetDisplay()java.lang.BooleangetEditorial()LevelDisplaygetLevelDisplay()java.lang.StringgetSmufl()AccidentalTypegetValue()voidsetCautionary(java.lang.Boolean cautionary)voidsetDisplay(Display display)voidsetEditorial(java.lang.Boolean editorial)voidsetLevelDisplay(LevelDisplay levelDisplay)voidsetSmufl(java.lang.String smufl)voidsetValue(AccidentalType 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
-
Accidental
public Accidental()
-
-
Method Details
-
getValue
-
setValue
-
getCautionary
public java.lang.Boolean getCautionary() -
setCautionary
public void setCautionary(java.lang.Boolean cautionary) -
getEditorial
public java.lang.Boolean getEditorial() -
setEditorial
public void setEditorial(java.lang.Boolean editorial) -
getLevelDisplay
-
setLevelDisplay
-
getDisplay
-
setDisplay
-
getSmufl
public java.lang.String getSmufl() -
setSmufl
public void setSmufl(java.lang.String smufl)
-