public abstract class DocumentElement extends java.lang.Object implements IDocumentElement
Modifier and Type | Field and Description |
---|---|
protected DocGenElement |
dgElement |
protected com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element |
from |
protected From |
fromProperty |
protected java.lang.String |
id |
protected java.lang.String |
title |
Constructor and Description |
---|
DocumentElement() |
Modifier and Type | Method and Description |
---|---|
DocGenElement |
getDgElement() |
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element |
getFrom() |
From |
getFromProperty() |
java.lang.String |
getId() |
java.lang.String |
getTitle() |
void |
setDgElement(DocGenElement dgElement) |
void |
setFrom(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e) |
void |
setFromProperty(From f) |
void |
setId(java.lang.String id) |
void |
setTitle(java.lang.String title) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept
protected java.lang.String id
protected java.lang.String title
protected com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element from
protected From fromProperty
protected DocGenElement dgElement
public void setId(java.lang.String id)
public void setTitle(java.lang.String title)
public java.lang.String getTitle()
public java.lang.String getId()
public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getFrom()
getFrom
in interface IDocumentElement
public void setFrom(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e)
setFrom
in interface IDocumentElement
public void setFromProperty(From f)
setFromProperty
in interface IDocumentElement
public From getFromProperty()
getFromProperty
in interface IDocumentElement
public DocGenElement getDgElement()
public void setDgElement(DocGenElement dgElement)
public java.lang.String toString()
toString
in class java.lang.Object