|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Documentable
This interface provides a way to interact with model elements that can have javadoc comments and tags.
| Method Summary | |
|---|---|
String |
getJavaDocParameterSummary(String paramName)
|
String |
getJavaDocSummary()
|
String |
getJavaDocTagContent(String tagName)
|
String |
getThrowsComment(String exceptionClassName)
Returns the comment for the given exception class name. |
boolean |
hasJavaDocTag(String tagName)
Checks if the element contains the specified tag in this javadoc comments. |
| Method Detail |
|---|
boolean hasJavaDocTag(String tagName)
tagName - The name of the javadoc tag to check
String getJavaDocSummary()
String getJavaDocTagContent(String tagName)
String getJavaDocParameterSummary(String paramName)
String getThrowsComment(String exceptionClassName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||