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

public class Topic extends Object
Java Bean class representing a DocBook subsection.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • Topic

      public Topic()
  • Methodendetails

    • getName

      public String getName()
      Returns the name of this topic.
      Gibt zurück:
      the name
    • setName

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

      public String getValue()
      Returns the value of this topic.
      Gibt zurück:
      the value
    • setValue

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