Interface CommentSPI

All Known Implementing Classes:
CommentImpl

public interface CommentSPI
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the tag.
    Get the comment string.
    void
    Set the tag (cannot be null).
    void
    setValue(String comment)
    Set the comment string.
  • Method Details

    • getValue

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

      void setValue(String comment)
      Set the comment string.
      Parameters:
      comment -
    • getTag

      String getTag()
      Get the tag.
      Returns:
      tag for the comment
    • setTag

      void setTag(String tag)
      Set the tag (cannot be null).
      Parameters:
      type -