java.lang.Object
edu.hm.hafner.analysis.parser.checkstyle.Topic

public class Topic extends Object
Java Bean class representing a DocBook subsection.
Author:
Ullrich Hafner
  • Constructor Details

    • Topic

      public Topic()
  • Method Details

    • getName

      public String getName()
      Returns the name of this topic.
      Returns:
      the name
    • setName

      public void setName(@CheckForNull String name)
      Sets the name of this topic.
      Parameters:
      name - the name
    • getValue

      public String getValue()
      Returns the value of this topic.
      Returns:
      the value
    • setValue

      public void setValue(@CheckForNull String value)
      Sets the value of this topic.
      Parameters:
      value - the value