Package com.nomagic.magicdraw.foundation
Interface MDExtension
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
public interface MDExtension
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'MD Extension'.
Defines an extension to the model.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject>Returns the value of the 'Contents' containment reference list.Returns the value of the 'Details' map.Returns the value of the 'Element' container reference.org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject>Returns the value of the 'References' reference list.Returns the value of the 'Source' attribute.voidsetElement(MDObject value) Sets the value of the 'Element' container reference.voidSets the value of the 'Source' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSource
String getSource()Returns the value of the 'Source' attribute. This will typically be a full URI representing the type of the extension.- Returns:
- the value of the 'Source' attribute.
- See Also:
- Model:
- Generated:
-
setSource
Sets the value of the 'Source' attribute.- Parameters:
value- the new value of the 'Source' attribute.- See Also:
- Generated:
-
getContents
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getContents()Returns the value of the 'Contents' containment reference list. The list contents are of typeEObject. This represents arbitrary contained objects.- Returns:
- the value of the 'Contents' containment reference list.
- See Also:
- Model:
- containment="true" resolveProxies="true"
- Generated:
-
getReferences
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getReferences()Returns the value of the 'References' reference list. The list contents are of typeEObject. This represents arbitrary referenced objects.- Returns:
- the value of the 'References' reference list.
- See Also:
- Model:
- Generated:
-
getElement
MDObject getElement()Returns the value of the 'Element' container reference. It is bidirectional and its opposite is 'Md Extensions'. The element that owns this extension.- Returns:
- the value of the 'Element' container reference.
- See Also:
- Model:
- opposite="mdExtensions" transient="false"
- Generated:
-
setElement
Sets the value of the 'Element' container reference.- Parameters:
value- the new value of the 'Element' container reference.- See Also:
- Generated:
-
getDetails
Returns the value of the 'Details' map. The key is of typeString, and the value is of typeString, This represents tagged values.- Returns:
- the value of the 'Details' map.
- See Also:
- Model:
- mapType="com.nomagic.magicdraw.foundation.StringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>"
- Generated:
-