All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
LoopVariableImpl

public interface LoopVariable extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Loop Variable'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type
    Returns the value of the 'Type' containment reference.
    Returns the value of the 'Var' attribute.
    void
    setType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value)
    Sets the value of the 'Type' containment reference.
    void
    setVar(String value)
    Sets the value of the 'Var' 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

    • getType

      de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type getType()
      Returns the value of the 'Type' containment reference.
      Returns:
      the value of the 'Type' containment reference.
      See Also:
    • setType

      void setType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value)
      Sets the value of the 'Type' containment reference.
      Parameters:
      value - the new value of the 'Type' containment reference.
      See Also:
    • getVar

      String getVar()
      Returns the value of the 'Var' attribute.
      Returns:
      the value of the 'Var' attribute.
      See Also:
    • setVar

      void setVar(String value)
      Sets the value of the 'Var' attribute.
      Parameters:
      value - the new value of the 'Var' attribute.
      See Also: