All Implemented Interfaces:
MusicItem

@Entity
public class Fret
extends Technical
  • Constructor Summary

    Constructors
    Constructor Description
    Fret()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getValue()  
    void setValue​(java.lang.Integer value)  

    Methods inherited from class com.musicxmltasks.musicxml.note.notation.technical.Technical

    getDisplay, setDisplay

    Methods inherited from class com.musicxmltasks.database.OrderedItem

    getOrdering, setOrdering

    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

    • Fret

      public Fret()
  • Method Details

    • getValue

      public java.lang.Integer getValue()
    • setValue

      public void setValue​(java.lang.Integer value)