Interface SeffElementSourceCodeLink

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
SeffElementSourceCodeLinkImpl

public interface SeffElementSourceCodeLink extends EObject
A representation of the model object 'Seff Element Source Code Link'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getSeffElement

      de.uka.ipd.sdq.identifier.Identifier getSeffElement()
      Returns the value of the 'Seff Element' reference.

      If the meaning of the 'Seff Element' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Seff Element' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setSeffElement

      void setSeffElement(de.uka.ipd.sdq.identifier.Identifier value)
      Sets the value of the 'Seff Element' reference.
      Parameters:
      value - the new value of the 'Seff Element' reference.
      See Also:
      Generated class or method.
    • getStatement

      EList<tools.mdsd.jamopp.model.java.statements.Statement> getStatement()
      Returns the value of the 'Statement' reference list. The list contents are of type Statement.

      If the meaning of the 'Statement' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Statement' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"