public interface MDObject extends org.eclipse.emf.ecore.EObject, BaseElement
The following features are supported:
MDFoundationPackage.getMDObject()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
Returns the value of the 'ID' attribute.
|
MDExtension |
getMDExtension(java.lang.String source)
Return the extension with a matching source attribute.
|
org.eclipse.emf.common.util.EList<MDExtension> |
getMdExtensions()
Returns the value of the 'Md Extensions' containment reference list.
|
void |
setID(java.lang.String value)
Sets the value of the '
ID' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDjava.lang.String getID()
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
getID in interface BaseElementsetID(String),
MDFoundationPackage.getMDObject_ID()void setID(java.lang.String value)
ID' attribute.
setID in interface BaseElementvalue - the new value of the 'ID' attribute.getID()org.eclipse.emf.common.util.EList<MDExtension> getMdExtensions()
MDExtension.
It is bidirectional and its opposite is 'Element'.
The element owned extensions.
MDFoundationPackage.getMDObject_MdExtensions(),
MDExtension.getElement()MDExtension getMDExtension(java.lang.String source)