Interface ModelElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCol()
      Returns the value of the 'Col' attribute.
      int getLine()
      Returns the value of the 'Line' attribute.
      void setCol​(int value)
      Sets the value of the 'Col' attribute.
      void setLine​(int value)
      Sets the value of the 'Line' attribute.
      • 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

      • getLine

        int getLine()
        Returns the value of the 'Line' attribute.

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

        Returns:
        the value of the 'Line' attribute.
        See Also:
        setLine(int), HutnPackage.getModelElement_Line()
      • setLine

        void setLine​(int value)
        Sets the value of the 'Line' attribute.
        Parameters:
        value - the new value of the 'Line' attribute.
        See Also:
        getLine()
      • getCol

        int getCol()
        Returns the value of the 'Col' attribute.

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

        Returns:
        the value of the 'Col' attribute.
        See Also:
        setCol(int), HutnPackage.getModelElement_Col()
      • setCol

        void setCol​(int value)
        Sets the value of the 'Col' attribute.
        Parameters:
        value - the new value of the 'Col' attribute.
        See Also:
        getCol()