Class Topic
- 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 Summary
Constructors Constructor Description Topic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the name of this topic.StringgetValue()Returns the value of this topic.voidsetName(String name)Sets the name of this topic.voidsetValue(String value)Sets the value of this topic.
-
-
-
Method Detail
-
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
-
-