Interface EnvironmentMapping

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, org.eclipse.xtext.xbase.XExpression
    All Known Implementing Classes:
    EnvironmentMappingImpl

    public interface EnvironmentMapping
    extends org.eclipse.xtext.xbase.XExpression
    A representation of the model object 'Environment Mapping'.

    The following features are supported:

    See Also:
    XsemanticsPackage.getEnvironmentMapping()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.xbase.XExpression getKey()
      Returns the value of the 'Key' containment reference.
      org.eclipse.xtext.xbase.XExpression getValue()
      Returns the value of the 'Value' containment reference.
      void setKey​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Key' containment reference.
      void setValue​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Value' containment reference.
      • 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 Detail

      • setKey

        void setKey​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Key' containment reference.
        Parameters:
        value - the new value of the 'Key' containment reference.
        See Also:
        getKey()
      • setValue

        void setValue​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()