|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectar.com.jmfsg.documentation.model.Tag
public class Tag
| Field Summary | |
|---|---|
String |
color
HTML Background color for the tag. |
String |
name
The name of the tag, this is used both for referencing the tag to use it, and to show to the end user in the documentation |
String |
title
Long description for what the tag means. It will be shown on hovering over the tag. |
| Constructor Summary | |
|---|---|
Tag()
|
|
| Method Summary | |
|---|---|
String |
getColor()
|
String |
getName()
|
String |
getTitle()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public String color
public String title
| Constructor Detail |
|---|
public Tag()
| Method Detail |
|---|
public String getName()
public String getColor()
public String getTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||