Class SlashGroup
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.attributes.measure.SlashGroup
- All Implemented Interfaces:
MusicItem
@Entity public class SlashGroup extends DatabaseItem
-
Constructor Summary
Constructors Constructor Description SlashGroup() -
Method Summary
Modifier and Type Method Description java.util.List<ExceptVoice>getExceptVoices()java.lang.IntegergetSlashDots()NoteTypeValuegetSlashType()voidsetExceptVoices(java.util.List<ExceptVoice> exceptVoices)voidsetSlashDots(java.lang.Integer slashDots)voidsetSlashType(NoteTypeValue slashType)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
-
SlashGroup
public SlashGroup()
-
-
Method Details
-
getSlashType
-
setSlashType
-
getSlashDots
public java.lang.Integer getSlashDots() -
setSlashDots
public void setSlashDots(java.lang.Integer slashDots) -
getExceptVoices
-
setExceptVoices
-