public class SchemaElement extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
documentation |
| Constructor and Description |
|---|
SchemaElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.databene.commons.Visitor<SchemaElement> visitor) |
String |
getDocumentation() |
protected String |
renderShortDocumentation() |
void |
setDocumentation(String documentation) |
protected String documentation
public String getDocumentation()
public void setDocumentation(String documentation)
protected String renderShortDocumentation()
public void accept(org.databene.commons.Visitor<SchemaElement> visitor)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.