public interface MDExtension
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MDFoundationPackage.getMDExtension()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getContents()
Returns the value of the 'Contents' containment reference list.
|
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> |
getDetails()
Returns the value of the 'Details' map.
|
MDObject |
getElement()
Returns the value of the 'Element' container reference.
|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getReferences()
Returns the value of the 'References' reference list.
|
java.lang.String |
getSource()
Returns the value of the 'Source' attribute.
|
void |
setElement(MDObject value)
Sets the value of the '
Element ' container reference. |
void |
setSource(java.lang.String value)
Sets the value of the '
Source ' attribute. |
java.lang.String getSource()
setSource(String)
,
MDFoundationPackage.getMDExtension_Source()
void setSource(java.lang.String value)
Source
' attribute.
value
- the new value of the 'Source' attribute.getSource()
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getContents()
EObject
.
This represents arbitrary contained objects.
MDFoundationPackage.getMDExtension_Contents()
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getReferences()
EObject
.
This represents arbitrary referenced objects.
MDFoundationPackage.getMDExtension_References()
MDObject getElement()
Md Extensions
'.
The element that owns this extension.
setElement(MDObject)
,
MDFoundationPackage.getMDExtension_Element()
,
MDObject.getMdExtensions()
void setElement(MDObject value)
Element
' container reference.
value
- the new value of the 'Element' container reference.getElement()
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> getDetails()
String
,
and the value is of type String
,
This represents tagged values.
MDFoundationPackage.getMDExtension_Details()