Class Comments

java.lang.Object
org.jfree.xml.generator.model.Comments

public class Comments extends Object
A set of comments for a model.
  • Constructor Details

    • Comments

      public Comments(String[] openTagComment, String[] closeTagComment)
      Creates a new set of comments.
      Parameters:
      openTagComment - the open tag comment.
      closeTagComment - the close tag comment.
  • Method Details

    • getOpenTagComment

      Returns the open tag comments.
      Returns:
      The open tag comments.
    • getCloseTagComment

      Returns the close tag comments.
      Returns:
      The close tag comments.
    • toString

      public String toString()
      Returns a string representation of the set of comments.
      Overrides:
      toString in class Object
      Returns:
      A string.