Class NoteType

java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.note.NoteType
All Implemented Interfaces:
MusicItem
Direct Known Subclasses:
Pitch, Rest, Unpitched

@Entity
public abstract class NoteType
extends DatabaseItem
  • Constructor Summary

    Constructors
    Constructor Description
    NoteType()  
  • Method Summary

    Methods inherited from class com.musicxmltasks.database.DatabaseItem

    getId, setId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NoteType

      public NoteType()