DocumentedMethod, DocumentedPackage, DocumentedTypepublic abstract class DocumentedElement extends Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
DocumentedElement(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDocumentation() |
|
String |
getName() |
|
void |
setDocumentation(String docStr) |
|
String |
toString() |
protected DocumentedElement(String name)