All Implemented Interfaces:
MusicItem

@Entity
public class Tied
extends Notation
  • Constructor Details

    • Tied

      public Tied()
  • Method Details

    • getType

      public TiedType getType()
    • setType

      public void setType​(TiedType 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)
    • getOrientation

      public Orientation getOrientation()
    • setOrientation

      public void setOrientation​(Orientation orientation)
    • getBezier

      public Bezier getBezier()
    • setBezier

      public void setBezier​(Bezier bezier)
    • isUnterminated

      public boolean isUnterminated()
    • setUnterminated

      public void setUnterminated​(boolean unterminated)
    • isRepeatTie

      public boolean isRepeatTie()
    • setRepeatTie

      public void setRepeatTie​(boolean repeatTie)