Interface InnerDatatypeSourceCodeLink

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

public interface InnerDatatypeSourceCodeLink extends EObject
A representation of the model object ' Inner Datatype Source Code Link'.

The following features are supported:

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

    • getField

      tools.mdsd.jamopp.model.java.members.Field getField()
      Returns the value of the 'Field' reference.

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

      Returns:
      the value of the 'Field' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setField

      void setField(tools.mdsd.jamopp.model.java.members.Field value)
      Sets the value of the 'Field' reference.
      Parameters:
      value - the new value of the 'Field' reference.
      See Also:
      Generated class or method.
    • getInnerDeclaration

      org.palladiosimulator.pcm.repository.InnerDeclaration getInnerDeclaration()
      Returns the value of the 'Inner Declaration' reference.

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

      Returns:
      the value of the 'Inner Declaration' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setInnerDeclaration

      void setInnerDeclaration(org.palladiosimulator.pcm.repository.InnerDeclaration value)
      Sets the value of the 'Inner Declaration' reference.
      Parameters:
      value - the new value of the 'Inner Declaration' reference.
      See Also:
      Generated class or method.