Interface CommentSPI

All Known Implementing Classes:
CommentImpl

public interface CommentSPI
  • Method Details

    • getValue

      TierData getValue()
      Get the comment string.
      Returns:
      String
    • setValue

      void setValue(TierData comment)
      Set the comment string.
      Parameters:
      comment -
    • getType

      CommentType getType()
    • setType

      void setType(CommentType type)