Interface LinePart

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Line getLine()
      Returns the value of the 'Line' container reference.
      void setLine​(Line value)
      Sets the value of the 'Line' container reference.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setLine

        void setLine​(Line value)
        Sets the value of the 'Line' container reference.
        Parameters:
        value - the new value of the 'Line' container reference.
        See Also:
        getLine()
        Generated: