@OpenApi public interface MDElement extends BaseElement
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(Visitor visitor)
Method accepts visitor, and calls method visit<class name>(this) of visitor . 
 | 
java.lang.String | 
getName()
Returns the name of the element. 
 | 
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getID, getObjectParent, isEditable, removePropertyChangeListener, setID, sGetID@OpenApi @CheckForNull java.lang.String getName()
@OpenApi void accept(Visitor visitor) throws java.lang.Exception
visitor - which visits this element.java.lang.Exception