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