@OpenApi
public abstract class ElementImpl
extends com.nomagic.magicdraw.uml.MDElementImpl
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a copy of the
Element. |
, accept, accept, addPropertyChangeListener, atInsert, canAdd, canAdd, canAddChild, canAddChild, canAddInstance, canBeDeleted, canChangeParent, canDeleteChild, compareTo, createSortKeys, dispose, fireMultiSourcePropertyChange, firePropertyChange, generateID, getClassType, getCommandForAppending, getHumanName, getHumanType, getID, getName, getObjectParent, getProject, getProjectImpl, getResourceID, getSortKeys, hasListeners, isEditable, isInClipboard, isParentOf, removeAllChildren, removeAllParents, removeAllPropertyChangeListeners, removePropertyChangeListener, setID, setMDElement, sGetID, toString @OpenApi
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Element.clone in class com.nomagic.magicdraw.uml.MDElementImpljava.lang.CloneNotSupportedException - thrown to indicate that the clone method
has been called to clone an object, but that
the object's class does not implement the
Cloneable interface.