Interface ModelElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AttributeSlot, ClassObject, ClassObjectSlot<T>, ContainmentSlot, NsUri, Object, PackageObject, ReferenceSlot, Slot<T>
All Known Implementing Classes:
AttributeSlotImpl, ClassObjectImpl, ClassObjectSlotImpl, ContainmentSlotImpl, ModelElementImpl, NsUriImpl, ObjectImpl, PackageObjectImpl, ReferenceSlotImpl, SlotImpl

public interface ModelElement extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Model Element'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the value of the 'Col' attribute.
    int
    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 Details

    • 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

      void setLine(int value)
      Sets the value of the 'Line' attribute.
      Parameters:
      value - the new value of the 'Line' attribute.
      See Also:
    • 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

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