All Implemented Interfaces:
MusicItem

@Entity
public class Slide
extends Notation
  • Constructor Details

    • Slide

      public Slide()
  • Method Details

    • getValue

      public java.lang.String getValue()
    • setValue

      public void setValue​(java.lang.String value)
    • getType

      public Connection getType()
    • setType

      public void setType​(Connection type)
    • getNumber

      public java.lang.Integer getNumber()
    • setNumber

      public void setNumber​(java.lang.Integer number)
    • getLineType

      public LineType getLineType()
    • setLineType

      public void setLineType​(LineType lineType)
    • getDashedFormatting

      public DashedFormatting getDashedFormatting()
    • setDashedFormatting

      public void setDashedFormatting​(DashedFormatting dashedFormatting)
    • getBendSound

      public BendSound getBendSound()
    • setBendSound

      public void setBendSound​(BendSound bendSound)