Interface InterfaceSourceCodeLink

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

public interface InterfaceSourceCodeLink extends EObject
A representation of the model object ' Interface Source Code Link'.

The following features are supported:

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

    • getInterface

      org.palladiosimulator.pcm.repository.Interface getInterface()
      Returns the value of the 'Interface' reference.

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

      Returns:
      the value of the 'Interface' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      ordered="false"
    • setInterface

      void setInterface(org.palladiosimulator.pcm.repository.Interface value)
      Sets the value of the 'Interface' reference.
      Parameters:
      value - the new value of the 'Interface' reference.
      See Also:
      Generated class or method.
    • getGastClass

      tools.mdsd.jamopp.model.java.classifiers.ConcreteClassifier getGastClass()
      Returns the value of the 'Gast Class' reference.

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

      Returns:
      the value of the 'Gast Class' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      ordered="false"
    • setGastClass

      void setGastClass(tools.mdsd.jamopp.model.java.classifiers.ConcreteClassifier value)
      Sets the value of the 'Gast Class' reference.
      Parameters:
      value - the new value of the 'Gast Class' reference.
      See Also:
      Generated class or method.