Interface MDObject

    • Method Detail

      • getID

        java.lang.String getID()
        Returns the value of the 'ID' attribute.

        If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...

        Specified by:
        getID in interface BaseElement
        Returns:
        the value of the 'ID' attribute.
        See Also:
        setID(String), MDFoundationPackage.getMDObject_ID()
        Model:
        required="true" ordered="false"
        Generated:
      • setID

        void setID​(java.lang.String value)
        Sets the value of the 'ID' attribute.
        Specified by:
        setID in interface BaseElement
        Parameters:
        value - the new value of the 'ID' attribute.
        See Also:
        getID()
        Generated:
      • getMdExtensions

        org.eclipse.emf.common.util.EList<MDExtension> getMdExtensions()
        Returns the value of the 'Md Extensions' containment reference list. The list contents are of type MDExtension. It is bidirectional and its opposite is 'Element'. The element owned extensions.
        Returns:
        the value of the 'Md Extensions' containment reference list.
        See Also:
        MDFoundationPackage.getMDObject_MdExtensions(), MDExtension.getElement()
        Model:
        opposite="element" containment="true" resolveProxies="true"
        Generated:
      • getMDExtension

        MDExtension getMDExtension​(java.lang.String source)
        Return the extension with a matching source attribute.
        Model:
        Generated: