|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JotDocTag
interface represents instances of tags
inside of a JavaDoc comment block. A doc tag consists of two parts: a
tag name and tag text. In the raw comment text, tags are preceeded with
the character '@' (for example @author); this character is not
included in the tag name.
Method Summary | |
java.lang.String |
getTagName()
Retrieves the name of this doc tag. |
java.lang.String |
getTagText()
The text of this doc tag. |
void |
setTagName(java.lang.String tagName)
Sets the name of this doc tag. |
void |
setTagText(java.lang.String tagText)
Sets the text of this doc tag. |
Method Detail |
public java.lang.String getTagName()
public void setTagName(java.lang.String tagName)
tagName
- the new name of the tag; the '@' should not be included.public java.lang.String getTagText()
public void setTagText(java.lang.String tagText)
tagText
- the new text of this tag.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.