|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.checkstyle.rules.Topic
public class Topic
Java Bean class representing a DocBook subsection.
| Constructor Summary | |
|---|---|
Topic()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this topic. |
java.lang.String |
getValue()
Returns the value of this topic. |
void |
setName(java.lang.String name)
Sets the name of this topic. |
void |
setValue(java.lang.String value)
Sets the value of this topic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Topic()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the namepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||