|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement<E>
public abstract class AbstractSchemaElement<E>
| Field Summary | |
|---|---|
protected Documentation |
documentation
|
protected E |
model
the model |
| Constructor Summary | |
|---|---|
AbstractSchemaElement()
|
|
| Method Summary | |
|---|---|
Documentation |
createDocumentation()
Create the documentation element. |
Documentation |
getDocumentation()
Get the documentation. |
E |
getModel()
|
void |
setDocumentation(Documentation doc)
Set the documentation for this document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected E model
protected Documentation documentation
| Constructor Detail |
|---|
public AbstractSchemaElement()
| Method Detail |
|---|
public void setDocumentation(Documentation doc)
setDocumentation in interface SchemaElementdocEl - the documentation elementpublic Documentation getDocumentation()
getDocumentation in interface SchemaElementpublic Documentation createDocumentation()
createDocumentation in interface SchemaElementpublic E getModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||